Skip to content

Commit

Permalink
Merge branch 'main' of github.com:panagiotisl/chimp
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagiotis Liakos committed Jun 1, 2022
2 parents 5595f42 + 2a72d63 commit 7bbcf78
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# chimp
# 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 8):

```
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? ###

* [Panagiotis Liakos](https://cgi.di.uoa.gr/~p.liakos/)
* [Katia Papakonstantinopoulou](https://www2.aueb.gr/users/katia/)
* [Yannis Kotidis](http://pages.cs.aueb.gr/~kotidis/)

0 comments on commit 7bbcf78

Please sign in to comment.