#include <iostream>
#include <cstdlib>
#include <cstddef>
#include <base/MZRan13.h>
#include <base/inttypes.h>
#include <hash/H3HashFunction.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
Defines | |
#define | SWEEPS 100 |
Functions | |
void | test_h3_stream_hasher (uint32_t **d, size_t length, size_t width, size_t count) |
Test the H3 stream hasher This function creates an H3 hash function and computes a hash value for each row of a given matrix. | |
int | main (int argc, char *argv[]) |
|
|
|
|
|
Test the H3 stream hasher This function creates an H3 hash function and computes a hash value for each row of a given matrix. The actual value is not remembered by the function.
|