Luz

Lua compressor

An algorithm to compress Lua scripts by combining Huffman coding and LZ77 compression.

An extremely light Lua compression algorithm.

GitHub

11 stars
1 watching
0 forks
Language: Lua
last commit: 11 months ago
Linked from 1 awesome list

compressioncompression-algorithmlua

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
philanc/luazen A Lua library providing compression and cryptographic functions 91
emmanuel-marty/lz4ultra A tool that optimizes the LZ4 compression algorithm to produce files with faster decompression times. 57
bungle/lua-resty-snappy A Lua module providing bindings to the Snappy compression algorithm 19
mcjack123/cc-archive A collection of Lua libraries and programs for managing archives and files in ComputerCraft projects 11
brimworks/lua-zlib A Lua binding to zlib for streaming compression and decompression 275
yaocccc/nvim-hl-mdcodeblock.lua A plugin that highlights markdown code blocks in a text editor. 36
mcjack123/luagb A computerCraft emulator for Gameboy systems written in Lua. 8
opencomputeproject/project-zipline Develops a lossless data compression format suitable for cloud datasets 281
xiph/flac A software library for lossless audio compression and decompression. 1,670
harningt/luajson A JSON parser and encoder for Lua 251
ariya/fastlz An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. 439
hengestone/lua-languages A collection of languages and projects that compile to or use Lua as their intermediate language 603
laszip/laszip A lossless compression library for LiDAR data files. 192
mcjack123/lunatic86 An x86 emulator written in Lua, aiming to accurately simulate an IBM-compatible PC. 14
antirez/smaz A compression library designed to efficiently compress short strings of text, such as URLs and short phrases. 1,172