BPHash
General object hashing library for C++
|
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"
Go to the source code of this file.
Functions | |
static void | random_fill (std::vector< uint8_t > &buffer) |
int | main (int argc, char **argv) |
Benchmarking of hashing algorithms.
Definition in file test_benchmark.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
|
static |