Ruby 3.3's YJIT: Faster While Using Less Memory

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    The Crystal Programming Language

    Obviously as an interpreted language, it's never going to be as fast as something like C, Rust, or Go. Traditionally the ruby maintainers have not designed or optimized for pure speed, but that is changing, and the language is definitely faster these days compared to a decade ago.

    If you like the ruby syntax/language but want the speed of a compiled language, it's also worth checking out Crystal[^1]. It's mostly ruby-like in syntax, style, and developer ergonomics.[^2] Although it's an entirely different language. Also a tiny community.

    [1]: https://crystal-lang.org/

  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. activerecord-rescue_from_duplicate

    Ruby gem to rescue from MySQL, PostgreSQL and Sqlite duplicate errors

    > but AFAIK there’s no one on core who wants to own it right now.

    Active Record is probably the "most owned" part of Rails, that's the one with the most core members and committers with deep knowledge of it.

    As for your feature request, there's https://github.com/Shopify/activerecord-rescue_from_duplicat..., and we'd like to attempt to upstream that capability in Rails next year (but as everything it may or may not happen).

  4. > but AFAIK there’s no one on core who wants to own it right now.

    Active Record is probably the "most owned" part of Rails, that's the one with the most core members and committers with deep knowledge of it.

    As for your feature request, there's https://github.com/Shopify/activerecord-rescue_from_duplicat..., and we'd like to attempt to upstream that capability in Rails next year (but as everything it may or may not happen).

  5. nokolexbor

    High-performance HTML5 parser for Ruby based on Lexbor, with support for both CSS selectors and XPath.

    Yes, we ended up replacing Nokogiri by Nokolexbor, our own port of lexbor parser with like almost full compatibility with Nokogiri APIs while being around 5x faster: https://github.com/serpapi/nokolexbor

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

  • Advent of Code #1 (in Gleam)

    2 projects | dev.to | 30 Nov 2024
  • Understanding Ruby 3.3 Concurrency: A Comprehensive Guide

    1 project | news.ycombinator.com | 8 Nov 2024
  • A Language for Humans and Computers

    1 project | news.ycombinator.com | 31 Mar 2024
  • Choosing Go at American Express

    1 project | news.ycombinator.com | 3 Jan 2024
  • What languages are useful for contribution to the GNOME project.

    1 project | /r/gnome | 11 Dec 2023

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