Skip to content

Commit

Permalink
TurboPFor: TurboBitByte = Turbobyte+TurboPack
Browse files Browse the repository at this point in the history
  • Loading branch information
powturbo authored Apr 9, 2023
1 parent 1d0f605 commit 6609a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v8pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6609a06

Please sign in to comment.