This commit is contained in:
x
2017-01-06 18:13:14 +01:00
parent 5b38e602f8
commit 07176acf8e

View File

@ -17,7 +17,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 10 Billions intergers/seconds**
- :new: **(2017) TurboPack AVX2, now more faster. Decoding 10 Billions intergers/seconds (40Gb/s**
- Scalar **"Bit Packing"** decoding as fast as SIMD-Packing in realistic (No "pure cache") scenarios
- **Direct/Random Access** : Access any single bit packed entry with **zero decompression**
<p>