Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 634 Bytes

Chimp

Chimp: Efficient Lossless Floating Point Compression for Time Series Databases

Code and reproducible tests executing Chimp and 10 earlier approaches for three data sets.

Execute (Requires Java 9):

mvn test

or individually:

mvn test -Dtest=TestDoublePrecision  # for double precision tests
mvn test -Dtest=TestSinglePrecision  # for single precision tests
mvn test -Dtest=TestLossy  # for lossy tests

Who do I talk to?