Add basic chaining table

This commit is contained in:
Stella Lau
2017-07-17 11:53:54 -07:00
parent ca300ce6e0
commit 4bb42b02c1
6 changed files with 144 additions and 27 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
#define LDM_WINDOW_SIZE (1 << (LDM_WINDOW_SIZE_LOG))
//These should be multiples of four.
#define LDM_MIN_MATCH_LENGTH 4
#define LDM_HASH_LENGTH 4
#define LDM_MIN_MATCH_LENGTH 1024
#define LDM_HASH_LENGTH 1024
typedef struct LDM_compressStats LDM_compressStats;
typedef struct LDM_CCtx LDM_CCtx;