Is it possible to implement lock free map in C++

Actually there’s a way, although I haven’t implemented it myself there’s a paper on a lock free map using hazard pointers from eminent C++ expert Andrei Alexandrescu.

Leave a Comment