This commit is contained in:
x
2023-06-07 14:50:26 +02:00
parent 00cfe65601
commit 089471e990

View File

@ -20,6 +20,7 @@
* Scalar **"Variable Byte"** faster and more efficient than **ANY** other implementation
* SIMD **TurboByte** fastest group varint (16+32 bits) incl. integrated delta,zigzag,xor,...
* :new:(2023.03)**TurboBitByte** novel hybrid scheme combining the fastest SIMD codecs TurboByte+TurboPack.
Compress considerably better and can be 3 times faster than streamvbyte
* **Simple family**
* **Novel** **"Variable Simple"** (incl. **RLE**) faster and more efficient than simple16, simple-8b
* **Elias fano**