[Python-Dev] Dictionary tuning

Tim Peters tim.one@comcast.net
Wed, 30 Apr 2003 14:13:43 -0400


FYI, for years the dict code had some #ifdef'ed preprocessor gimmick to
force cache alignment.  I ripped that out a while back because nobody ever
reported an improvement when using it.