|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Single-producer/single-consumer shared-memory ring buffer (Linux, x86-64 optimized) More...
#include <array>#include <atomic>#include <cstddef>#include <cstdint>#include <string>Go to the source code of this file.
Classes | |
| struct | bb::ipc::SpscCtrl |
| Control structure for SPSC ring buffer. More... | |
| class | bb::ipc::SpscShm |
| Lock-free single-producer single-consumer shared memory ring buffer. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::ipc |
Variables | |
| constexpr size_t | bb::ipc::SPSC_CACHELINE = 64 |
Single-producer/single-consumer shared-memory ring buffer (Linux, x86-64 optimized)
Definition in file spsc_shm.hpp.