first working test program

measures :
- compression ratio with / without dictionary
- create one dictionary per block
- memory budget for dictionaries
- decompression speed, using one different dictionary per block

current limitations :
- only one file
- 4K blocks only
- automatic dictionary built with 4K size

dictionary can be selected on command line, with -D
This commit is contained in:
Yann Collet
2018-08-28 15:47:07 -07:00
parent 0491037db9
commit 0c66a44d1b
5 changed files with 162 additions and 15 deletions
+2
View File
@@ -0,0 +1,2 @@
# build artifacts
largeNbDicts