This commit is contained in:
x
2017-01-29 20:04:13 +01:00
parent 48c56602ce
commit 39cad3ec6e

View File

@ -16,8 +16,8 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po
<p>
+ **Bit Packing**
- :sparkles: Fastest and most efficient **"SIMD Bit Packing"**
- :new: **TurboPack AVX2**, now more faster. **Decoding 10 Billions intergers/seconds (40Gb/s)**
- :new: **more faster**. Scalar **"Bit Packing"** decoding as fast as SIMD-Packing in realistic (No "pure cache") scenarios
- :new: TurboPack AVX2 more faster. **Decoding 10 Billions intergers/seconds (40Gb/s)**
- :new: more faster. 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>
+ **Variable byte**