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 1d0f605 commit 6609a06Copy full SHA for 6609a06
lib/v8pack.c
@@ -21,7 +21,7 @@
21
- twitter : https://twitter.com/powturbo
22
- email : powturbo [_AT_] gmail [_DOT_] com
23
**/
24
-// 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)
25
#pragma warning( disable : 4005)
26
#pragma warning( disable : 4090)
27
#pragma warning( disable : 4068)
0 commit comments