-
I have looked at the commonly recommended - https://github.com/cameron314/readerwriterqueue - https://github.com/rigtorp/MPMCQueue
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
I have looked at the commonly recommended - https://github.com/cameron314/readerwriterqueue - https://github.com/rigtorp/MPMCQueue
-
I'm using https://github.com/xenia-project/disruptorplus ( which is forked from https://github.com/lewissbaker/disruptorplus ) with a single producer (multi producer is also possible if I'm correct) it is a (luckily) more bare bones version of the already mentioned Java Disruptor.
-
I'm using https://github.com/xenia-project/disruptorplus ( which is forked from https://github.com/lewissbaker/disruptorplus ) with a single producer (multi producer is also possible if I'm correct) it is a (luckily) more bare bones version of the already mentioned Java Disruptor.