mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Fix word choice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
348e02600e
commit
2a80aca1a8
@ -1436,7 +1436,7 @@ to the key string for a value.</p>
|
||||
|
||||
<p>The StringMap is very fast for several reasons: quadratic probing is very
|
||||
cache efficient for lookups, the hash value of strings in buckets is not
|
||||
recomputed when lookup up an element, StringMap rarely has to touch the
|
||||
recomputed when looking up an element, StringMap rarely has to touch the
|
||||
memory for unrelated objects when looking up a value (even when hash collisions
|
||||
happen), hash table growth does not recompute the hash values for strings
|
||||
already in the table, and each pair in the map is store in a single allocation
|
||||
|
Loading…
Reference in New Issue
Block a user