https://github.com/dnesting/sparse
https://github.com/dnesting/sparse
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnesting/sparse
- Owner: dnesting
- License: apache-2.0
- Created: 2019-11-29T18:10:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T16:46:23.000Z (over 5 years ago)
- Last Synced: 2023-07-27T22:03:35.743Z (over 2 years ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# github.com/dnesting/sparse
[](https://pkg.go.dev/github.com/dnesting/sparse)
This is a work in progress.
Sparse is an approach to reading and seeking through sparse input.
Types are defined for reading from streaming sparse input and random
access input. A Buffer type implements these interfaces, allowing
arbitrary amounts of data to be stored at random sparse "locations"
in a pseudo-file.