Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Just improved the comment at the top.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Peters committed May 22, 2002
1 parent 09d46d2 commit 5d5e178
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions okascore.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
*
* The inner scoring loop of OkapiIndex._search_wids() coded in C.
*
* With the Python scoring loop,
* Example from an indexed Python-Dev archive, where "python" shows up in all
* but 2 of the 19,058 messages. With the Python scoring loop,
*
* query: python
* # results: 10 of 19056 in 534.77 ms
* query: python
* # results: 10 of 19056 in 277.52 ms
*
* The first timing is cold, the second timing from an immediate repeat of
* the same query. With the timing loop here in C:
* the same query. With the scoring loop here in C:
*
* query: python
* # results: 10 of 19056 in 380.74 ms -- 40% speedup
Expand Down

0 comments on commit 5d5e178

Please sign in to comment.