EventMachine Performance Spikes

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Async Ruby

    An awesome asynchronous event-driven reactor for Ruby. (by socketry)

    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).

  2. 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.

    InfluxDB logo
  3. rbspy

    Sampling CPU profiler for Ruby

    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.

Suggest a related project

Related posts

  • Building a Multi-Connection Redis Server with Ruby's Async Library [Part 1]

    1 project | dev.to | 26 Feb 2025
  • Rack for Ruby: Socket Hijacking

    1 project | dev.to | 4 Dec 2024
  • Persistent Redis Connections in Sidekiq with Async::Redis: A Deep Dive.

    4 projects | dev.to | 18 Jul 2024
  • rbspy: A Sampling CPU Profiler for Ruby

    1 project | news.ycombinator.com | 3 May 2024
  • Loole, A safe sync/async multi-producer, multi-consumer channel, Boosted Async Performance Up to 17%

    1 project | /r/rust | 1 Dec 2023

Did you know that Ruby is
the 12th most popular programming language
based on number of references?