roo_collections
API Documentation for roo_collections
Loading...
Searching...
No Matches
hash.h File Reference

Hashing utilities used by roo_collections containers. More...

#include <inttypes.h>
#include <stddef.h>
Include dependency graph for hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  roo_collections
 

Functions

uint32_t roo_collections::murmur3_32 (const void *key, size_t len, uint32_t seed)
 Computes 32-bit MurmurHash3 of a binary buffer.
 

Detailed Description

Hashing utilities used by roo_collections containers.

Definition in file hash.h.