Is parallel threading never going to be a thing?

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

    A runtime developer console and IRB alternative with powerful introspection capabilities.

    For debugging, while not multi-threaded, to my knowledge, is the pry gem for debugging. There are a few different flavors, for instance, my favorite is pry-byebug.

  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. Pry Byebug

    Step-by-step debugging and stack navigation in Pry

    For debugging, while not multi-threaded, to my knowledge, is the pry gem for debugging. There are a few different flavors, for instance, my favorite is pry-byebug.

  4. ruby

    The Ruby Programming Language

    Ractors are the fix for this. Each Ractor has an independent set of Ruby VM state, and mutable objects can't be shared between Ractors. There's ways to communicate between separate Ractors, but because mutable memory isn't shared, each Ractor can have its own GVL. That allows multiple threads can be running Ruby code at once.

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

  • Ruby on Rails(ROR) development environment setup(Mac OS)

    2 projects | dev.to | 7 May 2022
  • What gem is used with conjunction with "pry" for step by step debugging?

    4 projects | /r/ruby | 20 Jan 2022
  • Some Helpful Ruby Gems

    3 projects | dev.to | 7 Jan 2022
  • Debugging in Ruby with pry-byebug

    1 project | dev.to | 22 May 2024
  • Ruby 3.3

    11 projects | news.ycombinator.com | 24 Dec 2023