This is a fork of the excellent joshclark/BlueEyes repository for timeseries compression using Facebook's "Gorilla" encoding.
The following updates are available in this fork:
- Negative value handling
- Bug fix for some initial values
- Aligned control bit usage with paper linked below
- Updated to netcore3.0
Due to inactivity on the main branch, I've published this fork as a new Nuget package:
A .NET implementation of the paper “Gorilla: A Fast, Scalable, In-Memory Time Series Database”
This is implmentation is based on Facebook's open source implementation of this paper: Beringei