intmap-graph
It is easiest to explain this library with an example: A node has 300 outgoing edges, 100 red, 100 green, 100 blue. If you want to explore all green edges, most of the other graph libraries force you to look up all 300 edges and then filter after the property green. This means 300 O(log n) calls. With this library there is only one (log n) call necessary that gives a list of all green edges.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
over 5 years ago
1.3.0.0
over 5 years ago
Versions
5
5
Downloads
1,545 total
1,545 total
Dependent Packages
1
1
Dependent Repos
1
1
No dependent packages found.
Past Dependents
Include Past Dependents
Check this option to include packages that no longer depend on this package in their latest version but previously did.
Filter
Filter by Kind
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/intmap-graph
spec |
| License | BSD-3-Clause |
| First Release | over 6 years ago |
| Last Synced | 29 days ago |
Repository
| Stars | 0 on GitHub |
| Forks | 0 on GitHub |