You are here |
probablydance.com | ||
| | | |
eregon.me
|
|
| | | | In this blog post we benchmark many Ruby versions and the latest Ruby Just-in-Time compilers (JITs) on the newest Ruby benchmark suite, yjit-bench. As a teaser, the geometric mean speedups compared to CRuby 3.1 on these 14 benchmarks are: MJIT 1.26x, YJIT 1.39x, JRuby 1.86x and TruffleRuby 6.23x. Read on to find more about the benchmarks and gain insights on these speedups. This blog post is also available on Medium. | |
| | | |
sigpwned.com
|
|
| | | | This is the first post in a three-post series covering the fundamentals of software optimization. You can find the introduction here. You can find Part II here. You can find the companion GitHub repository here. The introduction motivated why software optimization is a problem that matters, reflected on the fundamental connection between the scientific method | |
| | | |
nikhilism.com
|
|
| | | | ||
| | | |
www.shuttle.dev
|
|
| | All about Rust traits, generics, trait bounds and implementing advanced trait bounds |