Skip to content
  • Jean Boussier's avatar
    4a2b5102
    Expose `rb_hash_new_capa(long)` · 4a2b5102
    Jean Boussier authored
    [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.
    4a2b5102
    Expose `rb_hash_new_capa(long)`
    Jean Boussier authored
    [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.
Loading