]> granicus.if.org Git - python/commit
Sped intersection by large factors (3-5x faster than before on sets of
authorTim Peters <tim.peters@gmail.com>
Sun, 25 Aug 2002 19:12:45 +0000 (19:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 25 Aug 2002 19:12:45 +0000 (19:12 +0000)
commitd33e6be59df8cd8ba701d744ffc2fc7e2d483daa
treea4f9cfb1189c3d910567f872110b3081fb07aa62
parent4a2f91e302956ecaa5a70c42b403967e4b261a3d
Sped intersection by large factors (3-5x faster than before on sets of
cardinality 500; and the smaller the intersection, the bigger the speedup).
Lib/sets.py