https://github.com/nihei9/sparss
Sparse Table Compressor for Golang
https://github.com/nihei9/sparss
compression sparse-matrix sparse-table
Last synced: 4 months ago
JSON representation
Sparse Table Compressor for Golang
- Host: GitHub
- URL: https://github.com/nihei9/sparss
- Owner: nihei9
- License: mit
- Created: 2020-04-13T10:49:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T01:52:11.000Z (over 5 years ago)
- Last Synced: 2025-12-27T11:55:22.304Z (5 months ago)
- Topics: compression, sparse-matrix, sparse-table
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sparss
Sparse Table Compressor
[](https://travis-ci.org/nihei9/sparss)
## Requirement
Go >=1.13
## Refelence
* [1] [Robert Endre Tarjan and Andrew Chi-Chih Yao. 1979. Storing a sparse table. Commun. ACM 22, 11 (November 1979), 606–611.](https://doi.org/10.1145/359168.359175)