This commit is contained in:
x
2017-01-03 10:55:38 +01:00
parent bd48bf693a
commit 5b0be143f9

View File

@ -19,7 +19,7 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po
<p>
+ **Bit Packing**
- :sparkles: Fastest and most efficient **"SIMD Bit Packing"**
- :new: **(2017) TurboPack AVX2, now more faster. Decoding 10Billions intergers/seconds**
- :new: **(2017) TurboPack AVX2, now more faster. Decoding 10 Billions intergers/seconds**
- Scalar **"Bit Packing"** decoding as fast as SIMD-Packing in realistic (No "pure cache") scenarios
- Bit Packing with **Direct/Random Access** without decompressing entire blocks
- Access any single bit packed entry with **zero decompression**