|
Hello,what is the suggested technique to implement concurrent tables?Here, concurrent could have different meanings.Let's say for now that the same semantic as the ConcurrentHashMap of the Java's JDK apply.javadoc for ConcurrentHashMap: http://bit.ly/f3MXN9If the topic's already been discussed, please point me to that discussion.More in general, how do you implement coroutine-safe/thread-safe data-structures ?Do you attach locks to the table's metatable ?Pointers to source code or examples would help as well.best regards,valerio