SkillAgentSearch skills...

FastBuffer

Very Fast MPMC C++ implementation

Install / Use

/learn @PrakaramJoshi/FastBuffer

README

FastBuffer

Very Fast unbounded MPMC C++ implementation A very small and very fast implementation of the thread safe blocking queue. I have benchmarked it with respect to fastflow mpmc queues, boost::lockfree queue, concurrentqueue at https://github.com/cameron314/concurrentqueue. The benchmarks puts this implementation way ahead of all. I will upload the benchmark data, setup soon. The queue/buffer offers blocking and non blocking api. If you are willing to help with benchmarking/reviewing this queue , contact me.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks1

Languages

C++

Security Score

75/100

Audited on Nov 21, 2024

No findings