Browse Source
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 advancemaint
Junio C Hamano
12 years ago
3 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue