Skip to content

Commit f2440c3

Browse files
committed
Update README
1 parent b854d28 commit f2440c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
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

710
SlickQueue is a header-only C++ library that provides a lock-free,
811
multi-producer multi-consumer (MPMC) queue built on a ring buffer. It is

0 commit comments

Comments
 (0)