6 ms·
With Ruby??? I like Ruby - but it is way beyond performance and efficency.
by comrad 3y ago
With Ruby??? I like Ruby - but it is way beyond performance and efficency.
- evolve2k 3y agoRuby 3.2 comes with YJIT which is a new JIT compiler Ruby totally rewritten in rust. Also native Ruby extensions can now be written in rust in addition to C. So the ecosystem here lets you write C, Rust or Ruby. https://nithinbekal.com/posts/ruby-3-2/ https://nithinbekal.com/posts/ruby-3-2/
- FrancoisBosun 3y ago« … With Ruby Infrastructure. » Ruby isn’t doing the compute. Instead, Ruby is used to distribute and run workloads on individual machines. The underlying project is Peplum: https://rubygems.org/gems/peplum/versions/0.3.3 https://rubygems.org/gems/peplum/versions/0.3.3