OmniSketch  0.1
Oh my sketch!
BloomFilter.h File Reference

Bloom Filter. More...

#include <common/hash.h>
#include <common/sketch.h>
Include dependency graph for BloomFilter.h:
This graph shows which files directly or indirectly include this file:

Classes

class  OmniSketch::Sketch::BloomFilter< key_len, hash_t >
 Bloom Filter. More...
 

Namespaces

 OmniSketch
 
 OmniSketch::Sketch
 Implementation of templated methods.
 

Macros

#define BYTE(n)   ((n) >> 3)
 
#define BIT(n)   ((n)&7)
 

Detailed Description

Bloom Filter.

Author
FerricIon (you@d.nosp@m.omai.nosp@m.n.com)

Macro Definition Documentation

◆ BIT

#define BIT (   n)    ((n)&7)

◆ BYTE

#define BYTE (   n)    ((n) >> 3)