BPHash
General object hashing library for C++
Functions
test_benchmark.cpp File Reference

Benchmarking of hashing algorithms. More...

#include <iostream>
#include <random>
#include <chrono>
#include <cstdlib>
#include "bphash/Hasher.hpp"
#include "bphash/types/vector.hpp"
#include "bphash/MurmurHash3_32_x64.hpp"
#include "bphash/MurmurHash3_32_x32.hpp"
#include "bphash/MurmurHash3_64_x64.hpp"
#include "bphash/MurmurHash3_128_x64.hpp"
Include dependency graph for test_benchmark.cpp:

Go to the source code of this file.

Functions

static void random_fill (std::vector< uint8_t > &buffer)
 
int main (int argc, char **argv)
 

Detailed Description

Benchmarking of hashing algorithms.

Definition in file test_benchmark.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 41 of file test_benchmark.cpp.

Here is the call graph for this function:

static void random_fill ( std::vector< uint8_t > &  buffer)
static

Definition at line 30 of file test_benchmark.cpp.

Here is the caller graph for this function: