HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hexxagone

no profile record

comments

hexxagone
·4 mesi fa·discuss
Then you should take a look at https://github.com/flanglet/kanzi-cpp: it is optimized for fast roundtrips, multi-threaded by design and produces a seekable bitstream.
hexxagone
·4 mesi fa·discuss
In the LZ high compression regime where LZ can compete in terms of ratio, BWT compressors are faster to compress and slower to decompress than LZ codecs. BWT compressors are also more amenable to parallelization (check bsc and kanzi for modern implementations besides bzip3).
hexxagone
·4 mesi fa·discuss
Notice that bzip3 has close to nothing to do with bzip2. It is a different BWT implementation with a different entropy codec, from a different author (as noted in the GitHub description "better and stronger spiritual successor to BZip2").
hexxagone
·5 anni fa·discuss
No mention of Louis Pasteur ? Odd.