lua-users home
lua-l archive

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


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