drogalis / SPSC-Queue

A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, faster than many of the leading SPSC queues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, faster than many of the leading SPSC queues.

License:MIT License


Languages

Language:C++ 79.5%Language:CMake 20.5%