lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, 02 Mar 2010 18:47:55 +0200
Shmuel Zeigerman <shmuz@013net.net> wrote:

> In my experience, ASCII Lua-files after deletion of redundant
> whitespace characters are usually smaller than their binaries.

And ones passed through a compression algorithm (DEFLATE, or LZF if
you're tight on code space) makes them even dinkier.

B.