Add non-optimize FASTCOVER (#1260)
* Add non-optimize FASTCOVER * Minor fix * Pass param as value instead of pointer
This commit is contained in:
committed by
Nick Terrell
parent
1420129fda
commit
0acb0abd1e
@@ -1,8 +1,8 @@
|
||||
echo "Building fastCover dictionary with in=../../lib/common k=200 f=20 out=dict1"
|
||||
./main in=../../../lib/common k=200 f=20 out=dict1
|
||||
echo "Building fastCover dictionary with in=../../lib/common f=20 out=dict1"
|
||||
./main in=../../../lib/common f=20 out=dict1
|
||||
zstd -be3 -D dict1 -r ../../../lib/common -q
|
||||
echo "Building fastCover dictionary with in=../../lib/common k=500 f=24 out=dict2 dictID=100 maxdict=140000"
|
||||
./main in=../../../lib/common k=500 f=24 out=dict2 dictID=100 maxdict=140000
|
||||
echo "Building fastCover dictionary with in=../../lib/common k=500 d=6 f=24 out=dict2 dictID=100 maxdict=140000"
|
||||
./main in=../../../lib/common k=500 d=6 f=24 out=dict2 dictID=100 maxdict=140000
|
||||
zstd -be3 -D dict2 -r ../../../lib/common -q
|
||||
echo "Building fastCover dictionary with 2 sample sources"
|
||||
./main in=../../../lib/common in=../../../lib/compress out=dict3
|
||||
|
||||
Reference in New Issue
Block a user