We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0de34b commit d59bd36Copy full SHA for d59bd36
README.md
@@ -39,6 +39,7 @@
39
* Point wise relative error bound **lossy** floating point compression
40
* **TurboFloat** novel efficient floating point compression using TurboPFor
41
* :new:(2023.03)**TurboFloat LzXor** novel floating point lempel-ziv compression
42
+ * :new:(2023.06)_Float16 16 bits floating point support
43
* **Time Series Compression**
44
* **Fastest Gorilla** 16/32/64 bits style compression (**zigzag of delta** + **RLE**).
45
* can compress timestamps to only 0.01%. Speed > 10 GB/s compression and > 13 GB/s decompress.
0 commit comments