improved ratio

This commit is contained in:
inikep
2016-03-21 17:23:02 +01:00
parent 1269e2f7db
commit e7ec8f2b9b
3 changed files with 89 additions and 418 deletions
+2 -2
View File
@@ -67,7 +67,7 @@
#if 1
#define ZSTD_REP_NUM 4
#define ZSTD_REP_INIT 4
#define ZSTD_REP_MOVE (ZSTD_REP_NUM-1)
#define ZSTD_REP_MOVE (ZSTD_REP_NUM-1)
#else
#define ZSTD_REP_NUM 1
#define ZSTD_REP_INIT 2
@@ -183,7 +183,7 @@ typedef struct {
U32 off;
U32 mlen;
U32 litlen;
U32 rep[ZSTD_REP_NUM];
U32 rep[ZSTD_REP_INIT];
} ZSTD_optimal_t;
typedef struct {