Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only 64K is being compressed #12

Open
niklabh opened this issue May 9, 2016 · 1 comment
Open

Only 64K is being compressed #12

niklabh opened this issue May 9, 2016 · 1 comment

Comments

@niklabh
Copy link

niklabh commented May 9, 2016

du -hs words.txt
6.6M words.txt
cat words.txt | compressjs -t lzp3 -z > words1.lzp3
du -hs words1.lzp3
20K words1.lzp3
cat words1.lzp3 | compressjs -t lzp3 -d > words1.txt
du -hs words1.txt
64K words1.txt

@niklabh
Copy link
Author

niklabh commented May 9, 2016

Example words are simple dictionary at /usr/share/dict/words

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant