LibDeflate icon indicating copy to clipboard operation
LibDeflate copied to clipboard

Pure Lua compressor and decompressor with high compression ratio using DEFLATE/zlib format.

Results 3 LibDeflate issues
Sort by recently updated
recently updated
newest added

I'm aware of the discussion in the open PR #6, this ticket is here to have the discussion without referring to a specific implementation. One thing you mention is that...

enhancement

Hi, I am trying to make/find a python module to interoperate with your LibDeflate implementation. I've tried using python 3.11 stdlib `zlib` library with no success. I tried the following...

Hi, I'm so sorry if I'm misunderstanding what the purpose of LibDeflate is, but is it possible to compress a file/folder with this? I'm looking to first create a file...