This commit is contained in:
x
2023-06-09 17:39:51 +02:00
parent 2f3b8222c9
commit c1807aed62

View File

@ -41,7 +41,7 @@
* **TurboFloat** novel efficient floating point compression using TurboPFor * **TurboFloat** novel efficient floating point compression using TurboPFor
* :new:(2023.03)**TurboFloat LzXor** novel floating point lempel-ziv compression * :new:(2023.03)**TurboFloat LzXor** novel floating point lempel-ziv compression
* :new:(2023.06) _Float16 16 bits floating point support * :new:(2023.06) _Float16 16 bits floating point support
* :new:(2023.06) float 16/32/64 bits quantization with flexible quantization bit size. * :new:(2023.06) float 16/32/64 bits quantization with variable quantization bit size.
* **Time Series Compression** * **Time Series Compression**
* **Fastest Gorilla** 16/32/64 bits style compression (**zigzag of delta** + **RLE**). * **Fastest Gorilla** 16/32/64 bits style compression (**zigzag of delta** + **RLE**).
* can compress timestamps to only 0.01%. Speed > 10 GB/s compression and > 13 GB/s decompress. * can compress timestamps to only 0.01%. Speed > 10 GB/s compression and > 13 GB/s decompress.