An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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
Latest Release
1.3.0.0
over 5 years ago
Versions
5
Downloads
1,545 total
Dependent Packages
1
Dependent Repos
1
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