From 766956e575f1374729faedcf0ae1858de54c6380 Mon Sep 17 00:00:00 2001 From: Anders Cedronius Date: Mon, 4 Dec 2023 15:23:51 +0100 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b600dc..c764f30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ![Logo](fastqueuesmall.png) +# FastQueue + +Please also see the development of the next generation of FastQueue -> +[FastQueue2](https://github.com/andersc/fastqueue2) FastQueue is a single producer single consumer (SPSC) 'process to process queue' similar to *boost::lockfree::spsc_queue*