this post was submitted on 16 Sep 2023
565 points (94.1% liked)

Programmer Humor

19386 readers
101 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] morrowind@lemmy.ml 6 points 1 year ago (1 children)

It's as performant as python which is way more widely used.

[–] MonkderZweite@feddit.ch -2 points 1 year ago (1 children)

No, there circulated a performance list a while ago. Python was in the lower third while Ruby was bottom.

[–] morrowind@lemmy.ml 4 points 1 year ago

Which benchmark are you talking about? The most common I know of is the computer language benchmarks game, here's a nice implementation of it.. You can see ruby is actually a decent bit faster.

It's an annoyingly persistent myth that ruby is significantly slower than python.