-
-
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.
-
scalable-concurrent-containers
High performance containers and utilities for concurrent and asynchronous programming
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
multi-producer multi-consumer channels for message passing python library
-
I needed to write a simple multi-threaded message processing queue in C++ today. Makes me really appreciate how easy this is to do in Rust.
-
Ergonomic Communication with a tokio::task::spawn
-
How would one go about updating in-memory storage lock free, while other threads read?
-
This implementation is actually unsafe since we don't check if the index is in-bounds. But this is fine since this is only used internally.