mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b8f05f0752
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>