1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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 include/ruby.h: skip doxygen 2021-09-10 20:00:06 +09:00