Luz
Lua compressor
An algorithm to compress Lua scripts by combining Huffman coding and LZ77 compression.
An extremely light Lua compression algorithm.
11 stars
1 watching
0 forks
Language: Lua
last commit: almost 2 years ago
Linked from 1 awesome list
compressioncompression-algorithmlua
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Lua library providing compression and cryptographic functions | 91 |
| | A tool that optimizes the LZ4 compression algorithm to produce files with faster decompression times. | 57 |
| | A Lua module providing bindings to the Snappy compression algorithm | 19 |
| | A collection of Lua libraries and programs for managing archives and files in ComputerCraft projects | 11 |
| | A Lua binding to zlib for streaming compression and decompression | 276 |
| | A plugin that highlights markdown code blocks in a text editor. | 36 |
| | A computerCraft emulator for Gameboy systems written in Lua. | 8 |
| | Develops a lossless data compression format suitable for cloud datasets | 282 |
| | A software library for lossless audio compression and decompression. | 1,696 |
| | A JSON parser and encoder library for the Lua programming language. | 251 |
| | An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. | 447 |
| | A collection of languages and projects that compile to or use Lua as their intermediate language | 607 |
| | A compression library for LiDAR data files | 194 |
| | An x86 emulator written in Lua, aiming to accurately simulate an IBM-compatible PC. | 14 |
| | A compression library designed to efficiently compress short strings of text, such as URLs and short phrases. | 1,174 |