Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
rollingbloom.cpp
Go to the documentation of this file.
27 auto total = std::chrono::duration_cast<std::chrono::nanoseconds>(benchmark::clock::now() - b).count();
void insert(const std::vector< unsigned char > &vKey)
Definition: bloom.cpp:341
RollingBloomFilter is a probabilistic "keep track of most recently inserted" set. ...
Definition: bloom.h:126
bool contains(const std::vector< unsigned char > &vKey) const
Definition: bloom.cpp:378
Definition: bench.h:50
BENCHMARK(RollingBloom)