From 4d1bdc31a89ebdef9ed80fcfa42ab5eec3adb045 Mon Sep 17 00:00:00 2001 From: x Date: Mon, 5 Feb 2018 13:35:15 +0100 Subject: [PATCH] . --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa417c6..0c5199d 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 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 Natives/JNI. Access TurboPFor **incl. SIMD/AVX2!** from Java as fast as calling from C - * :sparkles: **FULL** range 8/16/32/64 bits scalar + 16/32 bits SIMD functions + * :sparkles: **FULL** range 8/16/32/64 bits scalar + 16/32/64 bits SIMD functions * No other "Integer Compression" compress/decompress faster * :sparkles: Direct Access, **integrated** (SIMD/AVX2) FOR/delta/Zigzag for sorted/unsorted arrays - * :new: **16 bits** SIMD integrated functions + * :new: **16 bits** + **64 bits** SIMD integrated functions * **For/PFor/PForDelta** * **Novel TurboPFor** (PFor/PForDelta) scheme w./ **direct access** + **SIMD/AVX2**. * Outstanding compression/speed. More efficient than **ANY** other fast "integer compression" scheme. @@ -24,8 +24,8 @@ TurboPFor: Fastest Integer Compression [![Build Status](https://travis-ci.org/po + **Transform** * Scalar & SIMD Transform: Delta, Zigzag, Transpose/Shuffle * **Floating Point Compression** - * (Differential) Finite Context Method FCM/DFCM floating point compression - * Using **TurboPFor**, more than 2 GB/s throughput + * Delta/Delta of delta + (Differential) Finite Context Method FCM/DFCM floating point compression + * Using **TurboPFor**, unsurpassed compression and more than 5 GB/s throughput * **Inverted Index ...do less, go fast!** * Direct Access to compressed *frequency* and *position* data w/ zero decompression * **Novel** **"Intersection w/ skip intervals"**, decompress the minimum necessary blocks (**~10-15%)!**. @@ -385,5 +385,5 @@ header files to use with documentation:
* [Small Polygon Compression](https://arxiv.org/abs/1509.05505) + [Poster](http://abhinavjauhri.me/publications/dcc_poster_2016.pdf) + [code](https://github.com/ajauhri/bignum_compression) * [Parallel Graph Analysis (Lecture 18)](http://www.cs.rpi.edu/~slotag/classes/FA16/) + [code](http://www.cs.rpi.edu/~slotag/classes/FA16/handson/lec18-comp2.cpp) -Last update: 21 Jan 2018 +Last update: 05 Feb 2018