[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Storing Lua code in a C library
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 25 May 2012 12:26:06 +0200
On Fri, May 25, 2012 at 12:21 PM, Rena <hyperhacker@gmail.com> wrote:
> changed the build process to just embed the text source instead. I
> might still hack up a simple compression scheme, though I don't want
> to add another dependency...
My quick experiments this morning shows that you can easily get 50%
just by simple stripping of comments and leading whitespace.
LuaSrcDiet would do even better than that.
steve d.