I need a hash table container in a C project that includes Lua. I am wondering if it is possible to use a hash table in Lua as a shared container. I looked at ltable.h, and all functions require a Lua state and seem to be tied to a Lua environment, so I assume this is impractical if the data should be independent of Lua.
source
share