|
|
|
|
|
by barrkel
299 days ago
|
|
Ruby is slow, but it is however faster than Python last I checked, with like for like code. Python gives you other interesting ways of going fast (a lot of high performance plugins for numerics, Cython, and so on), while Ruby is a higher level more expressive language IMO, so you have more ways to shoot yourself in the foot more powerfully. |
|
As long as you only use ruby as glue code for c(++) extensions it’s pretty fast.