Ratings

2 Matching Ratings

Rated Article

Optimizing Ruby’s JSON, Part 2

In the previous post, I covered my motivations for improving ruby/json’s performance, and detailed the first 4 notable optimizations applied to speed up JSON generation.

2024-12-18T08:05:51-0800 byroot’s blog 3,000 words

Rated 2024-12-18T19:12:01-0800 - sethherr

Optimizing Ruby’s JSON, Part 1

I was recently made maintainer of the json gem, and aside from fixing some old bugs, I focused quite a bit on its performance, so that it is now the fastest JSON parser and generator for Ruby on most benchmarks.

2024-12-15T11:19:51-0800 byroot’s blog 3,000 words

Rated 2024-12-18T19:04:49-0800 - sethherr