Contains a thread-safe lock-free constant-size hash map. More...
#include <boost/concept_check.hpp>
#include <boost/scoped_array.hpp>
#include "Benzene.hpp"
#include "Hash.hpp"
#include "Logger.hpp"
#include <fstream>
#include <iostream>
#include <sstream>
#include <vector>
#include <map>
#include <pthread.h>
#include <cassert>
Go to the source code of this file.
Classes | |
struct | HashMapStateConcept< T > |
Concept of a state in a hash table. More... | |
class | HashMap< T > |
Lock-free HashMap with 2^n slots. More... | |
struct | HashMap< T >::Data |
Contains a thread-safe lock-free constant-size hash map.
Definition in file HashMap.hpp.