Skip to content

Commit 860e6de

Browse files
committed
add a list of compliant parsers
1 parent 6fed0f7 commit 860e6de

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Minutes from our meetings are available [here](https://hackmd.io/0qzK4fJlQp-78t0
77

88
The working version of the specification can be found under `spec/latest/index.bs`.
99

10+
## Parsers
11+
12+
Here is a table listing the current tensor frameworks that support the format:
13+
14+
| Language | Framework | Status | Notes |
15+
| -------- | ------ | ------ | ----- |
16+
| C++ | [binsparse-reference-impl](https://github.com/GraphBLAS/binsparse-reference-impl) | under development | converts between binsparse V1.0 and custom in-memory sparse matrices |
17+
| Julia | [Finch.jl](https://willowahrens.io/Finch.jl/dev/fileio/) | under development | converts between binsparse V1.0 and V2.0 and Finch matrices and tensors |
18+
| Python | [binsparse-python](https://github.com/ivirshup/binsparse-python) | under development | converts between binsparse V1.0 and scipy.sparse matrices |
19+
20+
The working version of the specification can be found under `spec/latest/index.bs`.
21+
1022
### Editing
1123

1224
The spec is written in [bikeshed](https://github.com/tabatkins/bikeshed) – a variant of markdown.

0 commit comments

Comments
 (0)