From 6609a0621f30d626eb305de6268e49654f1f63de Mon Sep 17 00:00:00 2001 From: powturbo Date: Sun, 9 Apr 2023 22:59:38 +0200 Subject: [PATCH] TurboPFor: TurboBitByte = Turbobyte+TurboPack --- lib/v8pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v8pack.c b/lib/v8pack.c index d8984bf..80c9b40 100644 --- a/lib/v8pack.c +++ b/lib/v8pack.c @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// v8pack.c - "Integer Compression" Hybrid TurboByte + TurboPack (use BitPack for small values, otherwise TurboByte) +// v8pack.c - "Integer Compression" TurboBitByte = Hybrid TurboByte + TurboPack (use BitPack for small values, otherwise TurboByte) #pragma warning( disable : 4005) #pragma warning( disable : 4090) #pragma warning( disable : 4068)