Construct a rolling filter sized for a number of elements and a false‐positive rate.

Synopsis

Declared in <common/bloom.h>

CRollingBloomFilter(
    unsigned int nElements,
    double nFPRate);

Parameters

Name

Description

nElements

Number of most‐recent elements to track.

nFPRate

Desired false‐positive rate.

Created with MrDocs