lua-users home
lua-l archive

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


> 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.