improved 4reps in ZSTD_compressBlock_lazy_generic

kSlotNew = 0
This commit is contained in:
inikep
2016-03-22 11:56:22 +01:00
parent f2fa0e1198
commit 2b942881ac
5 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
#else
#define ZSTD_REP_NUM 1
#define ZSTD_REP_INIT 2
#define ZSTD_REP_MOVE 0//(ZSTD_REP_NUM-1)
#define ZSTD_REP_MOVE 0 //(ZSTD_REP_NUM-1)
#endif
#define KB *(1 <<10)