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
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ Minutes from our meetings are available [here](https://hackmd.io/0qzK4fJlQp-78t0
7
7
8
8
The working version of the specification can be found under `spec/latest/index.bs`.
9
9
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
+
10
22
### Editing
11
23
12
24
The spec is written in [bikeshed](https://github.com/tabatkins/bikeshed) – a variant of markdown.
0 commit comments