You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ zstd --verbose --train out/*.js -o out/dict --maxdict=17KB
*** Zstandard CLI (64-bit) v1.5.5, by Yann Collet ***
Shuffling input files
Trying 5 different sets of parameters
d=8
Training on 828 samples of total size 1210397
Testing on 276 samples of total size 402523
Computing frequencies
k=50
Breaking content into 348 epochs of size 3478
statistics ...
k=537
Breaking content into 32 epochs of size 37824
statistics ...
k=1024
Breaking content into 17 epochs of size 71199
statistics ...
k=1511
Breaking content into 11 epochs of size 110035
statistics ...
k=1998
Breaking content into 8 epochs of size 151298
statistics ...
k=1998
d=8
f=20
steps=4
split=75
accel=1
Save dictionary of size 17408 into file out/dict
Now when I do:
I get:
What am I doing wrong? I confirmed zstd can use the dictionary to inflate again.
I am pretty desperate to make this work and very short on time. I am willing put a 200 dollar bounty on an answer within this evening.
files.tar.gz
The text was updated successfully, but these errors were encountered: