Hacker News new | ask | show | jobs
Show HN: IE's high-performance concurrency library (github.com)
1 points by i-e 462 days ago
Presenting IE's high-performance concurrency library containing a SpinOnWriteObject, a lock-free/wait-free SPSCQueue and a lock-free SPMCQueue.

This project contains a dedicated benchmark branch holding a plug and play benchmarking infrastructure using Google Benchmark framework. To start benchmarking visit: https://github.com/Interactive-Echoes/IEConcurrency/wiki/Ben....