| Turnstone Operating System
    | 
bloom filter struct More...
| Public Attributes | |
| uint64_t | entry_count | 
| entry count at filter | |
| float64_t | bpe | 
| bit per entry | |
| float64_t | error | 
| error rate for false positive | |
| uint64_t | hash_count | 
| how much hashing | |
| uint64_t | hash_seed | 
| xxhash seed | |
| uint64_t | bit_count | 
| bit count at array | |
| uint64_t * | bits | 
bloom filter struct