
17 Sep
2005
17 Sep
'05
5:36 a.m.
Hi Would there be any interest in a lock free implmentation of common data structures. The goal would be to preserve the integrity of the data in a multi-threaded environment without the use of locks. See http://en.wikipedia.org/wiki/Lock-free_and_wait-free_algorithms for more information. Perhaps a lock-free implementation of the STL might be a good idea?