]> git.ipfire.org Git - thirdparty/zstd.git/commit
Decouple hash table from compression function
authorStella Lau <laus@fb.com>
Sat, 15 Jul 2017 00:17:00 +0000 (17:17 -0700)
committerStella Lau <laus@fb.com>
Sat, 15 Jul 2017 00:17:00 +0000 (17:17 -0700)
commitca300ce6e0004a447327d19a2ed879923e8c8baa
tree12ccffed4922ec2e84a49cb1da65e91af93f20a4
parent6e443b4960091fb7b885b83372b1edf79f873564
Decouple hash table from compression function
contrib/long_distance_matching/Makefile
contrib/long_distance_matching/basic_table.c [new file with mode: 0644]
contrib/long_distance_matching/ldm.c
contrib/long_distance_matching/ldm.h
contrib/long_distance_matching/ldm_hashtable.h [new file with mode: 0644]