1. 24 May, 2002 2 commits
  2. 23 May, 2002 13 commits
  3. 22 May, 2002 12 commits
  4. 21 May, 2002 12 commits
  5. 20 May, 2002 1 commit
    • Tim Peters's avatar
      Since I did the work to write the inner Okapi scoring loop in C, may as · 315bcde9
      Tim Peters authored
      well check it in.  This yields an overall 133% speedup on a "hot" search
      for 'python' in my python-dev archive (a word that appears in all but
      2 documents).  For those who read the email, turned out it was a
      significant speedup to iterate over an IIBTree's items rather than to
      materialize the items into an explicit list first.
      
      This is now within 20% of simply doing "IIBucket(the_IIBTree)" (i.e.,
      no arithmetic at all), so there's no significant possibility remaining
      for speeding the inner score loop.
      315bcde9