GraphBLAS / binsparse-specification

A cross-platform binary storage format for sparse data, particularly sparse matrices.
https://graphblas.org/binsparse-specification/
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Add conversion from TACO format #6

Closed eriknw closed 2 years ago

eriknw commented 2 years ago

Also, slight tweak to the "to taco" algorithm. We can now round-trip to/from taco.

I would like to figure out a better way to convert from taco to ours. I think we can make it clearer.

I still don't fully grok TACO format with singleton and compressed-nonunique, so this is my best effort. I've already had a few revisions. My understanding could be wrong or incomplete.