From 82c856f52c3b270137a4180dcef49b9695abc96e Mon Sep 17 00:00:00 2001 From: powturbo Date: Wed, 24 Jun 2015 14:58:59 +0200 Subject: [PATCH] =?UTF-8?q?:new:=20Java+64=20bits=20lists=20for=20BitPacki?= =?UTF-8?q?ng,=20VSimple,=20VByte,=20Elias=20Fano,=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c76f93e..285783a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po - 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: Scalar & SIMD Transform: Delta, Zigzag, Transpose/Shuffle - Full range 16/32 and :sparkles: 64 bits integer lists - :+1: Java Critical Native Interface. Access TurboPFor incl. SIMD from Java as fast as calling from C.

@@ -27,6 +26,8 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po

- **Novel** **"TurboPFor"** (Patched Frame-of-Reference,PFor/PForDelta) scheme with **direct access** or bulk decoding. Outstanding compression and speed. More efficient than **ANY** other "integer compression" scheme. +

+ - :new: Scalar & SIMD Transform: Delta, Zigzag, Transpose/Shuffle

+ **Inverted Index ...do less, go fast!** - Direct Access to compressed *frequency* and *position* data in inverted index with zero decompression