Blogs




Benchmarking JSON Parsers (OJ, SimdJson, FastJsonParser)
Performance Benchmarks between OJ, SimdJSON, FastJsonparser, and StdLibI was recently looking at the performance of some endpoints that process large amounts of JSON, and I wondered if we could do even better than we do in terms of performance for...






RBS, duck-typing, meta-programming, and typing at httpx · HTTPX
Ruby 3 is just around the corner, and with the recent release candidate, there’s been some experimentation in the ruby community, along with the usual posts, comments and unavoidable rants.Ruby 3 has 3 major features:JIT (since 2.6 in experimental...