Rated↓ Article |
---|
Optimizing Ruby’s JSON, Part 2In 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 |
Optimizing Ruby’s JSON, Part 1I 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 |