lua-users home
lua-l archive

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


On Fri, Mar 5, 2010 at 10:12 PM, Alexey Baskakov <loyso@loyso.m6.net> wrote:
> Hello, lua.
>
> How to add custom per-thread data in Lua 5.2?
>
> The only message I have found on this topic is:
> http://lua-users.org/lists/lua-l/2010-01/msg00165.html

Have you seen this:

http://www.lua.org/gems/

The first gem discusses techniques for this, with an eye towards
speed. If you don't have the book, you can see the implementation in
the lib the link points at.

Sam