lua-users home
lua-l archive

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


Philipp Janda <siffiejoe@gmx.net> writes:
> Mmapped files are a problem though (unless you don't use them in table
> keys), because the contents could change at any moment.

It's up to the application-writer who hands the memory to Lua to worry
about this, though.  Lua doesn't need to care.

-Miles

-- 
Fast, small, soon; pick any 2.