From c1807aed629ce13ada67e4cc16801ff6e542e68e Mon Sep 17 00:00:00 2001 From: x Date: Fri, 9 Jun 2023 17:39:51 +0200 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66cac6..557ec8d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ * **TurboFloat** novel efficient floating point compression using TurboPFor * :new:(2023.03)**TurboFloat LzXor** novel floating point lempel-ziv compression * :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** * **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.