mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
96355f33b2
Move Hash#eql? implementation from Ruby to C to improve performance and consistency with other core methods. The C implementation uses mrb_eql for value comparison, providing proper eql? semantics. Co-authored-by: Claude <noreply@anthropic.com>