Crates.io | locustdb-compression-utils |
lib.rs | locustdb-compression-utils |
version | 0.2.0 |
source | src |
created_at | 2024-03-31 00:50:42.84697 |
updated_at | 2024-05-05 01:08:15.593521 |
description | Utilities for compressing and decompressing sequences used in LocustDB. |
homepage | |
repository | |
max_upload_size | |
id | 1191386 |
size | 97,359 |
Collection of utils for compressing a series of values.
One of compression algorithms implemented is a variant of the XOR float compression algorithm described in Gorilla: A Fast, Scalable, In-Memory Time Series Database. The "gorilla_time" example program creates visualizations of the compression algorithm. You can run the visualization with:
cargo run --example gorilla_time -- --verbose
Run the following command to see more options:
cargo run --example gorilla_time -- --help