From 1eb4def93af49e07540a6ae19498a5968d024a5b Mon Sep 17 00:00:00 2001 From: x Date: Wed, 4 Jan 2017 15:11:57 +0100 Subject: [PATCH] TurboPFor: Variable simple header --- vsimple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsimple.h b/vsimple.h index 805c6d8..16b5dcd 100644 --- a/vsimple.h +++ b/vsimple.h @@ -21,7 +21,7 @@ - twitter : https://twitter.com/powturbo - email : powturbo [_AT_] gmail [_DOT_] com **/ -// vsimple.h - "Integer Compression" variable simple "SimpleV" +// "Integer Compression" variable simple "SimpleV" // this belongs to the integer compression known as "simple family", like simple-9,simple-16 // or simple-8b. SimpleV is compressing integers in groups into variable word size 32, 40 and 64 bits + RLE (run length encoding) // SimpleV is faster than simple-16 and compress better than simple-16 or simple-8b.