Skip to content

Commit 4fa8286

Browse files
authored
.
1 parent 986347e commit 4fa8286

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* **Variable byte**
2020
* Scalar **"Variable Byte"** faster and more efficient than **ANY** other implementation
2121
* SIMD **TurboByte** fastest group varint (16+32 bits) incl. integrated delta,zigzag,xor,...
22-
* :new:(2023.03)**TurboByte+TurboPackV** novel hybrid scheme combining the fastest SIMD codecs.
22+
* :new:(2023.03)**TurboBitByte** novel hybrid scheme combining the fastest SIMD codecs TurboByte+TurboPack.
2323
* **Simple family**
2424
* **Novel** **"Variable Simple"** (incl. **RLE**) faster and more efficient than simple16, simple-8b
2525
* **Elias fano**
@@ -490,6 +490,5 @@ Note: Some low level functions (like p4enc32) are limited to 128/256 (SSE/AVX2)
490490
* :green_book:[SPDP is a compression/decompression algorithm for binary IEEE 754 32/64 bits floating-point data](http://cs.txstate.edu/~burtscher/research/SPDPcompressor/)<br />
491491
:green_book:[ SPDP - An Automatically Synthesized Lossless Compression Algorithm for Floating-Point Data](http://cs.txstate.edu/~mb92/papers/dcc18.pdf) + [DCC 2018](http://www.cs.brandeis.edu//~dcc/Programs/Program2018.pdf)
492492

493-
Last update: 2 APR 2023
494-
493+
Last update: 10 APR 2023
495494

0 commit comments

Comments
 (0)