lua-zlib
Compression library
A Lua binding to zlib for streaming compression and decompression
Simple streaming interface to zlib for Lua.
276 stars
20 watching
112 forks
Language: C
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brimworks/lua-zip | A Lua interface to libzip, allowing C-based applications to create and manipulate ZIP archives. | 83 |
bungle/lua-resty-snappy | A Lua module providing bindings to the Snappy compression algorithm | 19 |
mirage/decompress | A library implementing several decompression algorithms for various compression formats | 115 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
dropbox/rust-brotli | A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 819 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 936 |
stcarrez/ada-lzma | A library providing an Ada interface to the liblzma compression library | 6 |
philanc/luazen | A Lua library providing compression and cryptographic functions | 91 |
natecraddock/ziglua | A Zig library providing bindings to the Lua C API | 290 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 132 |
foliojs/brotli.js | A JavaScript implementation of the Brotli compression algorithm | 504 |
n0la/lua-openbsd | A Lua library providing bindings to OpenBSD-specific functions. | 15 |
cloudwu/lua-bgfx | A Lua binding to the bgfx rendering library | 233 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |