diff --git a/README.md b/README.md index 585a158..f3c3478 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ TurboPFor: Fastest Integer Compression [ delta/Zigzag for sorted/unsorted arrays + - :sparkles: Direct Access, integrated (SIMD) delta/Zigzag for sorted/unsorted arrays
+ **For/PFor/PForDelta**
- **Novel** **"TurboPFor"** (PFor/PForDelta) scheme w./ **direct access**.
@@ -45,7 +44,7 @@ TurboPFor: Fastest Integer Compression [ "integer compression" benchmark w/ **large** arrays.
-- CPU: Skylake i7-6700 3.7GHz gcc 6.2 single thread
+- CPU: Skylake i7-6700 3.4GHz gcc 6.2 single thread
##### - Synthetic data:
- Generate and test (zipfian) skewed distribution (100.000.000 integers, Block size=128/256)
@@ -342,4 +341,4 @@ header files to use with documentation:
- [Small Polygon Compression](https://arxiv.org/abs/1509.05505) + [Poster](http://abhinavjauhri.me/publications/dcc_poster_2016.pdf) + [code](https://github.com/ajauhri/bignum_compression)
- [Parallel Graph Analysis (Lecture 18)](http://www.cs.rpi.edu/~slotag/classes/FA16/) + [code](http://www.cs.rpi.edu/~slotag/classes/FA16/handson/lec18-comp2.cpp)
-Last update: 16 JAN 2017
+Last update: 21 JAN 2017