• Tim Peters's avatar
    Merge rev 37563 from 3.4 branch. · f47937f6
    Tim Peters authored
    Removed the `key2size` OIBTree.
    
    Maintaining this is a significant expense; the code didn't
    make real use of it; and every time I've tried to exploit it
    I've ended up with grossly too-large simulated hit rates.
    Would probably take another day to figure out exactly why that
    is, and the simulated rates are "good enough" now without it.
    f47937f6
simul.py 57.8 KB