Commit 447b775
committed
feat(graph): add BlasGraph semiring algebra + SPO redisgraph parity tests
BlasGraph module: GraphBLAS-style sparse matrix algebra over
hyperdimensional 16384-bit binary vectors with 7 semiring types.
Uses SplitMix64 PRNG. 10 SPO redisgraph parity integration tests.
All 87 blasgraph + 10 parity tests pass under stable and miri.
https://claude.ai/code/session_01Mcj8GxEtzmVba6RmuT7AjD1 parent cac5907 commit 447b775
13 files changed
Lines changed: 4689 additions & 677 deletions
File tree
- crates/lance-graph/src
- graph
- blasgraph
- spo
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments