Home

Awesome

Luz

An extremely light Lua compression algorithm.

Usage

Usage: luz [options] <input> [output]
Options:
  -c      Force compression
  -d      Force decompression
  -m      Minify before compression (experimental)
  -r      Run compressed file
  --help  Show this help

Format Details

The compression algorithm revolves around using Huffman coding on the language tokens itself, rather than on the bytes in the source file.

A Luz file consists of the following parts:

Performance

(Early tests - these may improve over time.)

Phoenix Kernel

LibDeflate