arithmetic-coding

v1.1.0
Arithmetic coding implementation
arithmetic coding encoding lossless compression

test

mocha --timeout 10000 && npm run clean

clean

rm test/txt/*-encoded.txt test/txt/*-decoded.txt

cover

istanbul cover ./node_modules/mocha/bin/_mocha

coveralls

npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls

patch

npm version patch && git push origin master && git push origin --tags

minor

npm version minor && git push origin master && git push origin --tags

major

npm version major && git push origin master && git push origin --tags

Metadata

  • MIT
  • Whatever
  • upupming
  • released 3/29/2019

Downloads

Maintainers