summaryrefslogtreecommitdiffstats
path: root/Objects/dictnotes.txt
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1397848: add the reasoning behind no-resize-on-shrinkage.Martin v. Löwis2007-02-151-0/+20
|
* Typo fixAndrew M. Kuchling2006-12-221-1/+1
|
* Typo fixesAndrew M. Kuchling2006-08-041-1/+1
|
* Fix typos and add some elaborationsRaymond Hettinger2004-03-151-4/+9
|
* Add notes on use cases with paired accesses to the same key.Raymond Hettinger2003-05-281-5/+30
|
* Add notes from python-dev about readonly dictionaries.Raymond Hettinger2003-05-051-0/+21
|
* * Note how dummy entry re-use benefits use cases with interspersed deletesRaymond Hettinger2003-05-041-1/+11
| | | | | | | and adds. * Note that dictionary iteration is negatively impacted by additional sparseness.
* Research notes and explorations for optimizing Python dictionaries.Raymond Hettinger2003-05-021-0/+189