Skip to content

Commit 8d52eb2

Browse files
Merge pull request #36 from GraphBLAS/wma/links
add a list of compliant parsers
2 parents 2978398 + 589cda8 commit 8d52eb2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

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

88
[View Latest Spec](https://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/GraphBLAS/binsparse-specification/main/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+
1020
### Editing
1121

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

0 commit comments

Comments
 (0)