mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4d92444317
Refactor the calculation of hash entry array capacity to explicitly use integer arithmetic for the 1.2x growth factor. This change improves code clarity without altering the existing growth behavior. The EA_INCREASE_RATIO macro is no longer used after this refactoring, so it has been removed for code cleanup. Co-authored-by: Gemini <gemini@google.com>