mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
633317a809
Move Hash#== implementation from Ruby to C to improve performance and consistency with other core methods. The C implementation provides the same functionality while being more efficient. Co-authored-by: Claude <noreply@anthropic.com>