libfoedus-core
FOEDUS Core Library
hash_hashinate.cpp File Reference
#include "foedus/storage/hash/hash_hashinate.hpp"
#include <xxhash.h>
#include <ostream>
#include <string>
#include "foedus/assorted/assorted_func.hpp"
Include dependency graph for hash_hashinate.cpp:

Go to the source code of this file.

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::storage
 Storage Manager, which implements a couple of key/value stores.
 
 foedus::storage::hash
 Hashtable Storage, a concurrent hashtable.
 

Functions

HashValue foedus::storage::hash::hashinate (const void *key, uint16_t key_length)
 Calculates hash value for general input. More...
 
template<typename T >
HashValue foedus::storage::hash::hashinate (T key)
 Calculates hash value for a primitive type. More...
 
std::ostream & foedus::storage::hash::operator<< (std::ostream &o, const BloomFilterFingerprint &v)
 
std::ostream & foedus::storage::hash::operator<< (std::ostream &o, const IntermediateRoute &v)
 
std::ostream & foedus::storage::hash::operator<< (std::ostream &o, const DataPageBloomFilter &v)