weighted_set
Unique values with positive weights, designed for deterministic weighted random choice.
Objective-Z C++ Library
ObzLib is a collection of focused C++20 components under the obz namespace.
Each library solves a narrow problem and keeps its source small enough to study.
Unique values with positive weights, designed for deterministic weighted random choice.
Explicit byte-order helpers for binary buffers, with bounds checks in release builds.
A runtime-capacity FIFO buffer with no allocation after construction.
A mutex and condition-variable queue for clear producer-consumer shutdown.
A blocking queue with fixed capacity, so backpressure is part of the API.
A lock-free queue for exactly one producer and exactly one consumer.
A fixed-capacity queue where many producers publish to one consumer.
Move-only RAII wrappers for TCP and UDP socket handles.