[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Crunching Lua
- From: Adrian Sietsma <adrian_groups@...>
- Date: Fri, 04 Nov 2005 02:15:13 +1100
David Given wrote:
...
I'd forgotten about that; the compiled out is now smaller than the source, but
not by much --- the source (after gzipping) is 5322 bytes, and the compressed
binary is 4805 bytes. I suspect that lstrip would do better.
can you pre-load gzip with the lua keywords as common tokens ? i think it
can be done, but i don't know how. that plus lstrip should be pretty good.
Adrian