File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
33[ ![ C++20] ( https://img.shields.io/badge/C%2B%2B-20-blue.svg )] ( https://en.cppreference.com/w/cpp/20 )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
5+ [ ![ Header-only] ( https://img.shields.io/badge/header--only-yes-brightgreen.svg )] ( #installation )
6+ [ ![ Lock-free] ( https://img.shields.io/badge/concurrency-lock--free-orange.svg )] ( #architecture )
57[ ![ CI] ( https://github.com/SlickQuant/slick_queue/actions/workflows/ci.yml/badge.svg )] ( https://github.com/SlickQuant/slick_queue/actions/workflows/ci.yml )
8+ [ ![ GitHub release] ( https://img.shields.io/github/v/release/SlickQuant/slick_queue )] ( https://github.com/SlickQuant/slick_queue/releases )
69
710SlickQueue is a header-only C++ library that provides a lock-free,
811multi-producer multi-consumer (MPMC) queue built on a ring buffer. It is
You can’t perform that action at this time.
0 commit comments