Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/varint
Varint implementation in go
https://github.com/aksh-bansal-dev/varint
Last synced: 25 days ago
JSON representation
Varint implementation in go
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/varint
- Owner: Aksh-Bansal-dev
- Created: 2024-01-13T07:20:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T07:23:27.000Z (about 1 year ago)
- Last Synced: 2024-11-20T11:04:59.674Z (3 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# varint
Varint implementation in go. Variable-width integer or varint is an encoding format to encode small integers more efficiently.