diff --git a/README.md b/README.md index 7ed3d4a..cee6816 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ TurboPFor: Fastest Integer Compression [ scenarios - Bit Packing with **Direct/Random Access** without decompressing entire blocks - Access any single bit packed entry with **zero decompression** - - **New:** **Direct Update** of individual bit packed entries + - :new: **Direct Update** of individual bit packed entries - Reducing **Cache Pollution**
- - **New**: Fastest and most efficient **"SIMD Bit Packing"** + - :new:: Fastest and most efficient **"SIMD Bit Packing"**
- - **New**: Fastest **"Elias Fano"** implementation w/ or w/o SIMD. + - :new:: Fastest **"Elias Fano"** implementation w/ or w/o SIMD.
- **Novel** **"TurboPFor"** (Patched Frame-of-Reference) scheme with **direct access** or bulk decoding.
Outstanding compression and speed. More efficient than **ANY** other "integer compression" scheme.
@@ -31,7 +31,7 @@ TurboPFor: Fastest Integer Compression [.
- more than **2000 queries per second** on GOV2 dataset (25 millions documents) on a **SINGLE** core
- - **New:** Parallel Query Processing on Multicores w/ more than **7000 queries/sec** on a quad core PC.
+ - :new: Parallel Query Processing on Multicores w/ more than **7000 queries/sec** on a quad core PC.
...forget ~~Map Reduce, Hadoop, multi-node clusters,~~ ...
### Benchmark: