This commit is contained in:
Andrew Kuchling 2013-08-19 13:07:18 -04:00
parent c301b55d7b
commit 13aa7818ac
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ Major performance enhancements have been added:
probe now checks a second key/hash pair for each cache line retrieved.
This exploits cache locality to make collision resolution less expensive.
(Contributed by Raymond Hetting in :issue"`18771`.)
(Contributed by Raymond Hettinger in :issue"`18771`.)
Build and C API Changes