From 98ca8f6c5b838cea0878b4e2cf40996b0bc75c60 Mon Sep 17 00:00:00 2001 From: powturbo Date: Thu, 28 May 2015 17:40:21 +0200 Subject: [PATCH] . --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 [![Build Status](https://travis-ci.org/po - No other "Integer Compression" compress or decompress faster with better compression - Direct Access is several times faster than other libraries - Usage in C/C++ as easy as memcpy - - **New:** Integrated differential encoding/decoding for sorted integer lists + - :new: Integrated differential encoding/decoding for sorted integer lists

+ **Features** - Fastest **"Variable Byte"** implementation @@ -15,12 +15,12 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po - 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** - - **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 [![Build Status](https://travis-ci.org/po - **Novel** Implicit skips with zero extra overhead - **Novel** Efficient Bidirectional Inverted Index Architecture (forward/backwards traversal). - 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: