After weeks of work, Ruby’s master documentation now displays rbs signatures!
We will release this feature in RDoc 8.0 soon as well. So any projects using rbs (inline or .rbs files) can benefit from it too.
Check it on docs.ruby-lang.org/en/master
I realized it has been ~1.5 years since I concluded my series of post on JSON optimization. So I got curious how much faster it became since then.
2.7.2 was the last version before I took over maintainership.
2.9.0 was the version I released at the end of the blog series.
We had a speaker drop out of the Rust Berlin meetup next week (Friday, 29th, at JetBrains). Anyone wants to speak?
If you get in touch before Sunday, I will think about something to bring you from Japan as a gift.
If you haven't upgraded yet, Ruby 4.0's garbage collection is generally much faster than 3.4. This patch release fixes the one area there had previously been a notable regression (allocating/freeing Classes).