Skip to content

An experiment: trying to compress data taking advantage of bitsets distribution info (a specific collection of bytes)

License

Notifications You must be signed in to change notification settings

uenx/bitset-compressor

Repository files navigation

bitset-compressor

An experiment: trying to compress data taking advantage of bitsets distribution info

Current situation: fail to compress random data but acceptable compression ratio on text data.

Need ZPAQ (http://mattmahoney.net/dc/zpaq.html) installed

TODO: implement usable compressor/decompressor (for now output files are missing some header information for decompressing)

Sample test:

$ node ./test_compress_range.js ./data/test_data_1.bin

screen_shot

About

An experiment: trying to compress data taking advantage of bitsets distribution info (a specific collection of bytes)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published