Yes, Ruby is fast, but…

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Embed Crystal code directly in Ruby

    It is common to call C functions from Ruby or Crystal. It's interesting to know that there are alternatives to bridge these two languages that share the same goal of writing beautiful programs, using a similar syntax. The mentioned crystalruby gem allows interfacing Ruby programs with Crystal, and the shard anyolite allows calling Ruby programs from Crystal.

  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. Programming-Language-Benchmarks

    Yet another implementation of computer language benchmarks game

    Crystal and Ruby are two wonderful languages, each with their pros and cons. Crystal's performance and low memory footprint is hardly contested, and can further be studied in the benchmarks of language and compilers (but be critical about benchmarks!).

  4. anyolite

    Embedded mruby/Ruby for Crystal

    It is common to call C functions from Ruby or Crystal. It's interesting to know that there are alternatives to bridge these two languages that share the same goal of writing beautiful programs, using a similar syntax. The mentioned crystalruby gem allows interfacing Ruby programs with Crystal, and the shard anyolite allows calling Ruby programs from Crystal.

  5. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    In conclusion, none of the proposed changes to the Ruby version of the code makes a dent in the Crystal version. This is not entirely Crystal's doing: it uses the LLVM backend, which generates very optimized binaries.

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

  • Optimizing scopes data in ArkScript VM

    4 projects | dev.to | 16 May 2025
  • Swift's server support powers Things Cloud

    1 project | news.ycombinator.com | 21 Feb 2025
  • Anyolite – Embedded Mruby/Ruby for Crystal

    1 project | news.ycombinator.com | 20 Apr 2024
  • Anyolite – Embedded Mruby/Ruby for Crystal

    2 projects | news.ycombinator.com | 11 Apr 2024
  • Embed Crystal code directly in Ruby

    3 projects | news.ycombinator.com | 8 Apr 2024

Did you know that C++ is
the 7th most popular programming language
based on number of references?