libgrape-lite
A C++ library for parallel graph processing
Public Types | Static Public Member Functions | List of all members
grape::murmurhasher Struct Reference

Public Types

typedef pthash::hash64 hash_type
 

Static Public Member Functions

static hash_type hash (std::string const &val, uint64_t seed)
 
static hash_type hash (uint64_t val, uint64_t seed)
 
static hash_type hash (const nonstd::string_view &val, uint64_t seed)