diff --git a/README.md b/README.md index 08df47d..959660e 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ TurboPFor: Fastest Integer Compression [ differential/Zigzag encoding/decoding for sorted/unsorted integer lists - Compress better and faster than special binary compressors like blosc
-+ **Variable byte** - - :sparkles: Scalar **"Variable Byte"** faster and more efficient than **ANY** other (incl. SIMD MaskedVByte) implementation -
-+ **Simple family** - - :sparkles: **Novel** **"Variable Simple"** (incl. **RLE**) faster and more efficient than simple16, simple-8b - or other "simple family" implementation ++ **For/PFor/PForDelta** + - **Novel** **"TurboPFor"** (Patched Frame-of-Reference,PFor/PForDelta) scheme with **direct access** or bulk decoding. + Outstanding compression and speed. More efficient than **ANY** other fast "integer compression" scheme. + - Compress 70 times faster and decompress up to 3 times faster than OptPFD + - :new: **TurboPFor now 30%! more faster**
+ **Bit Packing** - :sparkles: Fastest and most efficient **"SIMD Bit Packing"** @@ -25,15 +24,16 @@ TurboPFor: Fastest Integer Compression [ implementation +
++ **Simple family** + - :sparkles: **Novel** **"Variable Simple"** (incl. **RLE**) faster and more efficient than simple16, simple-8b + or other "simple family" implementation +
+ **Elias fano** - :sparkles: Fastest **"Elias Fano"** implementation w/ or w/o SIMD
-+ **For/PFor/PForDelta** - - **Novel** **"TurboPFor"** (Patched Frame-of-Reference,PFor/PForDelta) scheme with **direct access** or bulk decoding. - Outstanding compression and speed. More efficient than **ANY** other fast "integer compression" scheme. - - Compress 70 times faster and decompress up to 3 times faster than OptPFD - - :new: **TurboPFor now 30%! more faster** -
+ **Transform** - :sparkles: Scalar & SIMD Transform: Delta, Zigzag, Transpose/Shuffle, Floating point<->Integer