hashtable.hpp File Reference

#include <memory>
#include <stdexcept>
#include <deque>
#include <algorithm>
#include <boost/thread/shared_mutex.hpp>
#include <boost/thread/mutex.hpp>

Go to the source code of this file.

Classes

class  HashMap< KeyT, StoreT, Allocator >

Variables

const size_t table_sizes [26]


Variable Documentation

const size_t table_sizes[26]

Initial value:

 { 53, 97, 193, 389, 769, 1543, 3079, 6151, 12289, 24593, 49157, 98317, 196613, 
                                                        393241, 786433, 1572869, 3145739, 6291469, 12582917, 25165843, 50331653, 
                                                        100663319, 201326611, 402653189, 805306457, 1610612741 }


Generated on Thu Oct 22 16:31:08 2009 for Limit server by  doxygen 1.5.6