From e49832814f4ba4cf86872a40a4518a249d62a220 Mon Sep 17 00:00:00 2001 From: powturbo Date: Wed, 24 Jun 2015 14:57:46 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b59e6b..c76f93e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ 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.

@@ -226,7 +227,7 @@ In general encoding/decoding functions are of the form: n : number of elements
out : pointer to output buffer
b : number of bits. Only for bit packing functions
- start : previous value. Only for integrated delta encoding functions* + start : previous value. Only for integrated delta encoding functions @@ -236,7 +237,7 @@ In general encoding/decoding functions are of the form: n : number of elements
out : output integer array
b : number of bits. Only for bit unpacking functions
- start : previous value. Only for integrated delta decoding functions* + start : previous value. Only for integrated delta decoding functions header files to use with documentation: