diff --git a/README.md b/README.md index d18c8c4..31e7e8e 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,9 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po * :sparkles: Fastest **"Elias Fano"** implementation w/ or w/o SIMD/AVX2 + **Transform** * :sparkles: Scalar & SIMD Transform: Delta, Zigzag, Transpose/Shuffle -

* **Floating Point Compression** * :new: (Differential) Finite Context Method FCM/DFCM floating point compression * Using **TurboPFor**, more than 2 GB/s throughput -

* **Inverted Index ...do less, go fast!** * Direct Access to compressed *frequency* and *position* data w/ zero decompression * :sparkles: **Novel** **"Intersection w/ skip intervals"**, decompress the minimum necessary blocks (**~10-15%)!**.