[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 and lua_dump()
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 2 Mar 2010 17:25:27 -0300
> I would have thought a well-designed format will load much quicker, if
> anything because of the simpler data structure and less memory churn.
> Only a really bad format would be slower. It'd also have the advantage
> that it'd be trivial to make the data portable between different
> systems, if your application runs on different architectures.
If he cares about portability of the binary data then an easy way is to
modify ldump.c and lundump.c.
- References:
- LuaJIT2 and lua_dump(), Lawrie Nichols
- Re: LuaJIT2 and lua_dump(), Mike Pall
- Re: LuaJIT2 and lua_dump(), Joshua Jensen
- Re: LuaJIT2 and lua_dump(), Mike Pall
- Re: LuaJIT2 and lua_dump(), Joshua Jensen
- Re: LuaJIT2 and lua_dump(), Shmuel Zeigerman
- Re: LuaJIT2 and lua_dump(), Joshua Jensen
- Re: LuaJIT2 and lua_dump(), Rob Kendrick
- Re: LuaJIT2 and lua_dump(), Joshua Jensen
- Re: LuaJIT2 and lua_dump(), Rob Kendrick