ruby--ruby/include
Jean Boussier 4a2b5102c1 Expose `rb_hash_new_capa(long)`
[Feature #18683]

This allows parsers and similar libraries to create Hashes of
a certain capacity in advance. It's useful when the key and values
are streamed, hence `bulk_insert()` can't be used.
2022-04-26 16:12:47 +02:00
..
ruby Expose `rb_hash_new_capa(long)` 2022-04-26 16:12:47 +02:00
ruby.h