mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
30e41242ec
add workload-specific GC tuning advice based on benchmark data: - allocation-heavy: interval_ratio 400 for ~12% improvement - real-time: step_limit for bounded pause times - large buffers: malloc_threshold - diagnosing GC overhead with GC.stat Co-authored-by: Claude <noreply@anthropic.com>