Update README

This commit is contained in:
Stella Lau
2017-07-27 11:11:35 -07:00
parent 9eaf3d22d0
commit c105f605e6
3 changed files with 72 additions and 28 deletions
+3
View File
@@ -71,6 +71,9 @@
#define LDM_OFFSET_SIZE 4
#define LDM_WINDOW_SIZE (1 << (LDM_WINDOW_SIZE_LOG))
// TODO: Match lengths that are too small do not use the hash table efficiently.
// There should be a minimum hash length given the hash table size.
#define LDM_HASH_LENGTH LDM_MIN_MATCH_LENGTH
typedef struct LDM_compressStats LDM_compressStats;