File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 22- Fixed size calculation in shared memory mapping to use reserved_info struct
33- Added server-client shared memory test case
44- Added GitHub CI workflow for automated testing across Ubuntu, Windows, and macOS
5+ - Added CI status badge to README
56
67# v1.0.2.1 - 2025-10-01
78- Fixed buffer wrap read logic to properly retry from wrapped position
Original file line number Diff line number Diff line change 11# SlickQueue
22
3+ [ ![ CI] ( https://github.com/SlickQuant/slick_queue/actions/workflows/ci.yml/badge.svg )] ( https://github.com/SlickQuant/slick_queue/actions/workflows/ci.yml )
4+
35SlickQueue is a header-only C++ library that provides a lock-free,
46multi-producer multi-consumer (MPMC) queue built on a ring buffer. It is
57designed for high throughput concurrent messaging and can optionally operate
You can’t perform that action at this time.
0 commit comments