Ruby 4.0.0
ruby-lang.org
Ruby 4.0.0
1–10 of 197 posts
Re: Ruby 4.0.0
#2Re: Ruby 4.0.0
#3Re: Ruby 4.0.0
#4I am installing it now. Thank you Matz and team.
Re: Ruby 4.0.0
#5Re: Ruby 4.0.0
#6I vaguely remember reading Shopify is using Fiber / Rack / Async in their codebase. I am wondering if Rails will get more Fiber usage by default.
Re: Ruby 4.0.0
#7Re: Ruby 4.0.0
#8Re: Ruby 4.0.0
#9Re: Ruby 4.0.0
#10It seems Ractor is still work in progress while Fiber has matured a lot in the last few releases. I vaguely remember reading Shopify is using Fiber / Rack / Async in their codebase. I am wondering if Rails will get more Fiber usage by default.
It's a bit of a mess IMO. I'd much prefer everything be simplified aggressively in regards to threads + GIL; and Ractors integrated on top of Ruby::Box to provide not only namespaced container-like entities but also thread-support as a first-class citizen at all times. The API of ractors is weird and really not fun to use.