Is parallel threading never going to be a thing?

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

Scout Monitoring - Rennaisance engineers rejoice! 1 gem 5 min to app monitoring
5-minute onboarding. No sales team. Devs in the support channels. No DevOps team required. Get the free app insights every engineer deserves with Scout Monitoring.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • 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.

  • Scout Monitoring

    Rennaisance engineers rejoice! 1 gem 5 min to app monitoring. 5-minute onboarding. No sales team. Devs in the support channels. No DevOps team required. Get the free app insights every engineer deserves with Scout Monitoring.

    Scout Monitoring logo
  • 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.

  • 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