Classes | Namespaces | Typedefs

BloomFilter.h File Reference

#include <cmath>
#include <limits.h>
#include "Common/StaticBuffer.h"
#include "Common/MurmurHash.h"
#include "Common/Logger.h"
#include "Common/StringExt.h"
Include dependency graph for BloomFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::BasicBloomFilter< HasherT >
 A space-efficent probabilistic set for membership test, false postives are possible, but false negatives are not. More...

Namespaces

namespace  Hypertable
 

Copyright (C) 2009 Doug Judd (Zvents, Inc.)


Typedefs

typedef BasicBloomFilter Hypertable::BloomFilter