Skip to content

Raimo33/IPQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPQ - Lock-Free Queues

This project provides high-performance lock-free queue implementations for inter-process communication.

WARNING

THIS QUEUE ASSUMES THE CONSUMERS ARE FASTER THAN THE PRODUCER. OTHERWISE DATA LOSS WILL OCCUR AND ORDER OF ITEMS WILL BE BROKEN.

i suggest keeping the capacity to at least the maximum number of burst pushes that you expect at any given time

data loss should be detected separately

Running Tests

#WIP

Installing

cmake -B build -D BUILD_TESTS=OFF
sudo cmake --install build

Releases

No releases published

Packages

No packages published