You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to release a very first v1 of tinygraphio which should cover the most simple use cases only (MVP)
- a simple to use python implementation with focus on usability and storing and reading a compressed sparse row graph (csr)
- a simple first take at a compact format using the delta-varint approach for csr offsets; this gives us pretty good baseline
The goal should be to have something out that is presentable for others to have a look, give it a try, and leave us feedback.