[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua bytecode doesn't compress well (with LZMA)
- From: Matthew Wild <mwild1@...>
- Date: Tue, 1 Dec 2009 00:31:12 +0000
2009/11/30 David Given <dg@cowlark.com>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Luiz Henrique de Figueiredo wrote:
>>> Shameless promotion: http://matthewwild.co.uk/projects/squish
>>
>> Another shameless plug: http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lstrip
>
> Just because one can never have too many types of wheel, there's also
> Kein-Hong Man's luasrcdiet, which I'm using very successfully in Prime
> Mover:
>
> http://luaforge.net/projects/luasrcdiet/
>
Squish actually uses this as its main output filter, (there's more
than one, such as the one that replaces Lua keywords with single bytes
>128) - and it works really well. I went a step further because I
wanted to bundle multiple libraries as well as other files (non-code)
into a nice compact file.
Matthew