Parameters controlling the SipHash keys and Golomb‐Rice encoding of a filter.
Synopsis
Declared in <blockfilter.h>
struct Params;
Member Functions
Name |
Description |
|
Constructs filter parameters from the SipHash keys and coding parameters. |
Data Members
Name |
Description |
Inverse false positive rate |
|
Golomb‐Rice coding parameter |
|
First 64‐bit half of the SipHash key. |
|
Second 64‐bit half of the SipHash key. |
Created with MrDocs