Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilder/encoding
Library for working with compressed arrays of integers
https://github.com/jwilder/encoding
compressed-arrays encoding golang timeseries
Last synced: 4 days ago
JSON representation
Library for working with compressed arrays of integers
- Host: GitHub
- URL: https://github.com/jwilder/encoding
- Owner: jwilder
- License: mit
- Created: 2015-09-16T21:16:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T12:24:49.000Z (over 1 year ago)
- Last Synced: 2024-10-14T20:29:33.266Z (22 days ago)
- Topics: compressed-arrays, encoding, golang, timeseries
- Language: Go
- Size: 31.3 KB
- Stars: 65
- Watchers: 4
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encoding ![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
====Encoding is a library for working with compressed arrays of integers. The compression algorithms used are different from typical general purpose algorithms such as Gzip, Snappy, etc. They are more commonly found in search engines (inverted indexes) and columnar databases.
## Features
* 32 and 64 bit version of the Simple family of integer compression algortithms (Simple9/Simple8b)
* 64 bit timestamp encoding
* Delta encoding## Todo
* Implement PFORDelta
* Implement FPC## License
MIT