lua-users home
lua-l archive

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


Hello,

I have recently implemented a proof-of-concept of keeping Lua state
entirely in shared memory.  When built on Linux, it leverages some of
its features so that the amount of physical memory used can grow and
shrink dynamically.

Hopefully someone will find this interesting.

The code is located at

https://github.com/shdown/lua-shm-state-poc