Martin v. Löwis
|
13a9828719
|
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
|
2007-02-15 09:51:35 +00:00 |
Andrew M. Kuchling
|
eabc0e87af
|
Typo fix
|
2006-12-22 00:50:56 +00:00 |
Andrew M. Kuchling
|
0067b5fa2b
|
Typo fixes
|
2006-08-04 20:37:43 +00:00 |
Raymond Hettinger
|
9d5c44307a
|
Fix typos and add some elaborations
|
2004-03-15 15:52:22 +00:00 |
Raymond Hettinger
|
e509b2ad24
|
Add notes on use cases with paired accesses to the same key.
|
2003-05-28 14:10:46 +00:00 |
Raymond Hettinger
|
4887a12133
|
Add notes from python-dev about readonly dictionaries.
|
2003-05-05 21:31:51 +00:00 |
Raymond Hettinger
|
258dfebfb4
|
* Note how dummy entry re-use benefits use cases with interspersed deletes
and adds.
* Note that dictionary iteration is negatively impacted by additional
sparseness.
|
2003-05-04 21:25:19 +00:00 |
Raymond Hettinger
|
5466296f02
|
Research notes and explorations for optimizing Python dictionaries.
|
2003-05-02 20:11:29 +00:00 |