mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
250bf6edd6
Rename KHASH_DEFAULT_SIZE to KHASH_INITIAL_SIZE for clearer meaning. The name "initial" better conveys that this is the starting size for new hash tables, while "default" could be ambiguous. Co-authored-by: Claude <noreply@anthropic.com>