Popularity
6.8
Stable
Activity
7.1
Declining
557
31
71

Programming language: Scala
License: Apache License 2.0
Tags: Extensions    
Latest version: v1.13.2

Scala Graph alternatives and similar packages

Based on the "Extensions" category.
Alternatively, view Scala Graph alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Scala Graph or a related project?

Add another 'Extensions' Package

README

Graph for Scala

This is the source code repository and issue tracker for Graph for Scala.

Questions or any feedback are appreciated. Please use GitHub issues for proven issues or enhancement requests but not for questions.

You are also welcome as a co-contributor.

Have fun with Graph for Scala.

Peter

Branches:

1.x started in 2011 and has evolved by paying high attention to version compatibility to allow little migration effort.

2.x started in 2019 to make some significant improvements that also need new, simplified signatures. Added features include

  • multiple sources for directed hyperedges
  • easy edge class definition using case classes thus easy definition of edge ADTs
  • improved functional graph handling

There is still much left to do before 2.0 is ready for shipment.

3.x is planned to support functional immutability by representing immutable graphs by a persistent data structure.