-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dmdv edited this page Jul 11, 2026
·
2 revisions
Documentation mirror of Dmdv/cpp26-systems-stack.
Generated from the docs/ tree in the main repository.
| Page | Description |
|---|---|
| Blueprint-Overview | Low-latency blueprint index |
| Blueprint-Audit | SHIPPED / OPTIONAL / GAP checklist |
| Tutorial-Industry-Stack | Industry libraries by layer |
| Libraries-Index | Library mesh guides |
| CLion-Setup | IDE / IntelliSense |
| Tutorial-Ninja-Build | Ninja build system |
| Page | Layer |
|---|---|
| Blueprint-01-Hardware-OS | §1 Hardware & OS |
| Blueprint-02-Network-Ingress | §2 Network ingress |
| Blueprint-03-Memory | §3 Memory |
| Blueprint-04-Concurrency | §4 Concurrency |
| Blueprint-05-Compiler | §5 Compiler |
| Blueprint-06-Telemetry | §6 Telemetry |
| Blueprint-07-Industry-Libraries | Industry library map |
| Blueprint-Low-Latency-Stack | Narrative |
| Blueprint-Audit | Full audit table |
| Page | Topic |
|---|---|
| Tutorial-Industry-Stack | Industry stack |
| Tutorial-SBE-Codegen | Real Logic SBE |
| Tutorial-Linux-NUMA-io-uring | NUMA + io_uring |
| Tutorial-HdrHistogram-C | HDR histograms |
| Tutorial-Kernel-Bypass-Lab | DPDK / Onload lab |
| Tutorial-Ninja-Build | Ninja |
| Tutorial-Modern-Cpp-Tooling-ARM-Intel | ARM & Intel tooling |
| Page | Component |
|---|---|
| Library-Asio | Asio |
| Library-Beast | Boost.Beast |
| Library-Taskflow | Taskflow |
| Library-TBB | oneTBB |
| Library-stdexec | stdexec |
| Library-simdjson | simdjson |
| Library-gRPC-Protobuf | gRPC + protobuf |
| Library-Folly | Folly |
| Library-HPX | HPX |
| Page | Topic |
|---|---|
| CLion-Setup | CLion presets |
| CMake-Toolchains | Cross-compile examples |
Prefer PRs against docs/ in the main repo. Refresh this wiki with:
python3 scripts/publish_wiki.pyWiki mirror of repository docs. Edit docs/ in the main repo, then python3 scripts/publish_wiki.py.