]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add random dictionary builder
authorJennifer Liu <jenniferliu620@fb.com>
Fri, 13 Jul 2018 23:05:14 +0000 (16:05 -0700)
committerJennifer Liu <jenniferliu620@fb.com>
Fri, 13 Jul 2018 23:05:14 +0000 (16:05 -0700)
commita23a3b95f9c00ecf52216bd7fe768e41eac4e269
tree2a4e369acfe9865bf2b6bfe16e10522c2fd61c24
parent612b346ed51c8497e40c521c77808833361945ab
Add random dictionary builder
contrib/randomDictBuilder/Makefile [new file with mode: 0644]
contrib/randomDictBuilder/README.md [new file with mode: 0644]
contrib/randomDictBuilder/main.c [new file with mode: 0644]
contrib/randomDictBuilder/random.c [new file with mode: 0644]
contrib/randomDictBuilder/random.h [new file with mode: 0644]
contrib/randomDictBuilder/test.sh [new file with mode: 0644]