#include <cmath>#include <limits.h>#include "Common/StaticBuffer.h"#include "Common/MurmurHash.h"#include "Common/Logger.h"#include "Common/StringExt.h"

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 |
1.7.2