2
0
mirror of https://github.com/boostorg/bloom.git synced 2026-01-19 04:02:11 +00:00
Files
bloom/doc/bloom.adoc
2025-09-30 20:11:22 +02:00

53 lines
1000 B
Plaintext

= 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>]
:cpp: C++
++++
<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[]