the.bay.news

LibDeflate.jl v1.0.0: Fast gzip/zlib de/compression

Julia Programming Language
LibDeflate.jl v1.0.0: Fast gzip/zlib de/compression
I’m excited to announce version 1.0.0 of LibDeflate.jl. What is LibDeflate LibDeflate.jl wraps Eric Biggers’s libdeflate, which is a fast implementation of gzip, zlib, Adler32, crc32 and DEFLATE. LibDeflate is significantly faster than CodecZlib. For example, gzip compressing 10 copies of the Bible takes 540 ms for LibDeflate.jl versus 1,748 ms for CodecZlib.jl. The disadvantage is that it does not work with streamed data; you must de/compress entire buffers in memory. This makes it ideal for...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.