From 3c05893fb94d091e0eaf94df3025140376fd76d5 Mon Sep 17 00:00:00 2001 From: x Date: Thu, 5 Jan 2017 09:44:43 +0100 Subject: [PATCH] Readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6223692..9ddd829 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po ====================================== + **TurboPFor: The new synonym for "integer compression"** - 100% C (C++ headers), as simple as memcpy - - :+1: **Java** Critical Native Interface. Access TurboPFor **incl. SIMD!** from Java as fast as calling from C + - :+1: **Java** Critical Natives. Access TurboPFor **incl. SIMD!** from Java as fast as calling from C - :sparkles: **FULL** range 16/32/64 bits - - No other "Integer Compression" compress or decompress faster with better compression - - Direct Access is several times faster than other libraries - - :sparkles: Integrated (SIMD) differential/Zigzag encoding/decoding for sorted/unsorted integer lists + - No other "Integer Compression" compress/decompress faster + - Direct Access several times faster than other libraries + - :sparkles: Integrated (SIMD) delta/Zigzag for sorted/unsorted arrays

+ **For/PFor/PForDelta** - - **Novel** **"TurboPFor"** (Patched Frame-of-Reference,PFor/PForDelta) scheme w./ **direct access**. - Outstanding compression and speed. More efficient than **ANY** other fast "integer compression" scheme. + - **Novel** **"TurboPFor"** (PFor/PForDelta) scheme w./ **direct access**. + Outstanding compression/speed. More efficient than **ANY** other fast "integer compression" scheme. - Compress 70 times faster and decompress up to 4 times faster than OptPFD - :new: **(2017) TurboPFor AVX2, now 50%! more faster!!!!** - :new: **(2017) TurboPFor Hybrid, better compression and more faster**