Marine Library
1.0
C++ library for Linux Networking Development
|
Lock-free and process/thread-safe hash table implementation. More...
#include <vector>
#include "tools/debug.hh"
#include "impl/atomic_hash_table_impl.hh"
Go to the source code of this file.
Classes | |
class | CAtomicHashTable< Key, HashKey, EqualKey > |
A lock-free hash table that can be used in multi-thread or multi-process programs. More... | |
Lock-free and process/thread-safe hash table implementation.