1. 08 May, 2003 4 commits
  2. 07 May, 2003 16 commits
  3. 06 May, 2003 18 commits
  4. 05 May, 2003 2 commits
    • Raymond Hettinger's avatar
      SF patch #729395: Dictionary tuning · 3539f6b8
      Raymond Hettinger authored
      * Increase dictionary growth rate resulting in more sparse dictionaries,
        fewer lookup collisions, increased memory use, and better cache
        performance.  For dicts with over 50k entries, keep the current
        growth rate in case an application is suffering from tight memory
        constraints.
      
      * Set the most common case (no resize) to fall-through the test.
      3539f6b8
    • Martin v. Löwis's avatar
      Patch #732479: Fix typos. · f2e488db
      Martin v. Löwis authored
      f2e488db