Files
mruby-mruby/benchmark
Yukihiro "Matz" Matsumoto b8f05f0752 benchmark: optimize bm_so_mandelbrot.rb
Replace for..in loops with while loops to avoid closure overhead.
Cache constants in local variables to avoid repeated lookups.
59% faster (7.4s -> 3.0s).

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-29 12:28:02 +09:00
..
2015-04-24 21:58:27 +02:00