[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Embedding Lua files into libraries
- From: "Antonio Scuri" <scuri@...>
- Date: Mon, 5 Dec 2011 14:40:54 -0200
For applications that already use zlib this is a good option too.
Thanks,
Scuri
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Patrick Rapin
> Sent: segunda-feira, 5 de dezembro de 2011 14:35
> To: Lua mailing list
> Subject: Re: Embedding Lua files into libraries
>
> > Are there other tools?
>
> For all my Lua applications, I compress embedded sources using ZLib (or
> BZip2 in one of them).
> At application start, the code is uncompressed and fit to luaL_loadstring.
> This permits to decrease the size of the executable and hide
> (slightly) the source code.