• J
    Merge branch 'nd/preallocate-hash' · c241e285
    Junio C Hamano 提交于
    When we know approximately how many entries we will have in the
    hash-table, it makes sense to size the hash table to that number
    from the beginning to avoid unnecessary rehashing.
    
    * nd/preallocate-hash:
      Preallocate hash tables when the number of inserts are known in advance
    c241e285
name-hash.c 4.7 KB