Peplum: F/OSS Parallel Computing and Supercomputing with Ruby Infrastructure(news.slashdot.org)
news.slashdot.org
Peplum: F/OSS Parallel Computing and Supercomputing with Ruby Infrastructure
https://news.slashdot.org/story/23/05/27/067247/peplum-foss-distributed-parallel-computing-and-supercomputing-at-home-with-ruby-infrastructure
3 comments
With Ruby??? I like Ruby - but it is way beyond performance and efficency.
« … 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
Ruby 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/