From 7022bdd52909428f46816f0ba45f43bee8375389 Mon Sep 17 00:00:00 2001 From: powturbo Date: Tue, 16 Jun 2015 17:32:13 +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 5b12406..4b20196 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ 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 - - Full Range 16/32 and :new: 64 bits integer lists + - Full range 16/32 and :new: 64 bits integer lists + - :new: Java Critical Native Interface. Access TurboPFor incl. SIMD from Java as fast as calling from C.

+ **Features** - Scalar **"Variable Byte"** faster and more efficient than any other implementation @@ -259,4 +260,4 @@ header files to use with documentation :
- [On Inverted Index Compression for Search Engine Efficiency](http://www.dcs.gla.ac.uk/~craigm/publications/catena14compression.pdf) - [Google's Group Varint Encoding](http://static.googleusercontent.com/media/research.google.com/de//people/jeff/WSDM09-keynote.pdf) -Last update: 12 JUN 2015 +Last update: 16 JUN 2015