boost_bloom 0.1.0

Boost C++ library boost_bloom packaged using Zanbil
Documentation
= Boost.Bloom
:toc: left
:toclevels: 3
:idprefix:
:docinfo: private-footer
:source-highlighter: rouge
:source-language: c++
:nofooter:
:sectlinks:
:leveloffset: +1
:imagesdir: ../img
:stem: latexmath
:small: pass:[<font style="font-size:90%">]
:small-end: pass:[</font>]

++++
<style>
.imageblock > .title {
  text-align: inherit;
}

.indent {
  padding-left: 2rem;
}

.bordered_table th, .bordered_table td {
  border: 1px solid lightgray;
}

.formula-center {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  text-align: center;
}
</style>
++++

include::bloom/intro.adoc[]
include::bloom/primer.adoc[]
include::bloom/tutorial.adoc[]
include::bloom/configuration.adoc[]
include::bloom/benchmarks.adoc[]
include::bloom/reference.adoc[]
include::bloom/future_work.adoc[]
include::bloom/fpr_estimation.adoc[]
include::bloom/implementation_notes.adoc[]
include::bloom/release_notes.adoc[]
include::bloom/acknowledgements.adoc[]
include::bloom/copyright.adoc[]