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: