Why Is JRuby Slow?
earthly.dev
Why Is JRuby Slow?
1–10 of 64 posts
Re: Why Is JRuby Slow?
#2JRuby and it's active maintainer @headius have been great to work with. Surprisingly a very vibrant and active community.
Re: Why Is JRuby Slow?
#3This piece doesn't have much substance. tl;dr; starting a huge VM takes time. JRuby and it's active maintainer @headius have been great to work with. Surprisingly a very vibrant and active community.
I thought looking into why something was slow was worth writing down as a blog post.
Re: Why Is JRuby Slow?
#4This piece doesn't have much substance. tl;dr; starting a huge VM takes time. JRuby and it's active maintainer @headius have been great to work with. Surprisingly a very vibrant and active community.
The biggest gotchas in JRuby are finding alternatives to native extensions and memory use. What's neat is plugging into JMX from Ruby land.
Re: Why Is JRuby Slow?
#5Re: Why Is JRuby Slow?
#6Re: Why Is JRuby Slow?
#7Re: Why Is JRuby Slow?
#8If you want fast Ruby it seems Crystal is your only option. Ruby is an interpreted language released in 1996 for scripting. Why are we surprised when attempts to shoe-horn it into something else (Ruby 3.0, JRuby, Truffle Ruby) fall flat?
Because Lua (1993) and JavaScript (1995) can be very fast.
Re: Why Is JRuby Slow?
#9If you want fast Ruby it seems Crystal is your only option. Ruby is an interpreted language released in 1996 for scripting. Why are we surprised when attempts to shoe-horn it into something else (Ruby 3.0, JRuby, Truffle Ruby) fall flat?