There is digraph module in Erlang standard library but it doesn't fit all purposes. It uses three ETS tables which has per VM limit (1400 by default). In case you would like to have 10000 of them you must increase this limit to 30000 ETS tables. There are also special use cases, where you would like to tune your inner graph representation. There is also the new type maps since R17 which allows making interesting new graphs implementations. But most of the algorithms used can be shared between implementations. There also can be shared tests and tools for working with them. It all brings us to the attempt to make some toolbox for working with it. So here we are.
forked from pichi/erlgt
-
Notifications
You must be signed in to change notification settings - Fork 0
Erlang Graphs Toolbox
License
altworx/erlgt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Erlang Graphs Toolbox
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Erlang 95.2%
- Makefile 4.8%