Skip to content

Commit 6609a06

Browse files
authored
TurboPFor: TurboBitByte = Turbobyte+TurboPack
1 parent 1d0f605 commit 6609a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/v8pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- twitter : https://twitter.com/powturbo
2222
- email : powturbo [_AT_] gmail [_DOT_] com
2323
**/
24-
// v8pack.c - "Integer Compression" Hybrid TurboByte + TurboPack (use BitPack for small values, otherwise TurboByte)
24+
// v8pack.c - "Integer Compression" TurboBitByte = Hybrid TurboByte + TurboPack (use BitPack for small values, otherwise TurboByte)
2525
#pragma warning( disable : 4005)
2626
#pragma warning( disable : 4090)
2727
#pragma warning( disable : 4068)

0 commit comments

Comments
 (0)