-
The Async gem is the natural successor, It's actively maintained, and allows you write synchronous code is if it wasn't non-blocking, and most libraries don't need any special support for Async (exceptions are gems with C extensions that do I/O and DB libraries with connection pooling that would otherwise be thread-based).
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
You could use rbspy to profile the EventMachine process as it's doing the workload, and try to see there where most of the time is being spent.
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
-
Building a Multi-Connection Redis Server with Ruby's Async Library [Part 1]
-
Rack for Ruby: Socket Hijacking
-
Persistent Redis Connections in Sidekiq with Async::Redis: A Deep Dive.
-
rbspy: A Sampling CPU Profiler for Ruby
-
Loole, A safe sync/async multi-producer, multi-consumer channel, Boosted Async Performance Up to 17%