An open API service indexing awesome lists of open source software.

https://github.com/adaszko/roaring-graphs

Graphs backed by roaring bitmaps
https://github.com/adaszko/roaring-graphs

dag dags directed-acyclic-graph graphs proptest random-dag random-tree

Last synced: 2 months ago
JSON representation

Graphs backed by roaring bitmaps

Awesome Lists containing this project

README

        

A graph data structure library backed by [roaring bitmaps](https://roaringbitmap.org/).

Supports generation of arbitrary trees and DAGs for use in proptest tests.