Show
Ignore:
Timestamp:
09/19/08 07:16:36 (4 months ago)
Author:
karpet
Message:

yank words.c in favor of tokenizer.c -- benchmarking shows tokenizer.c is 20% faster for ascii and about the same for utf-8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/src/xapian/swish_xapian.cpp

    r2129 r2158  
    310310        swish_debug_docinfo(parser_data->docinfo); 
    311311    } 
    312     if (SWISH_DEBUG & SWISH_DEBUG_WORDLIST) { 
    313         swish_debug_wordlist(parser_data->wordlist); 
     312    if (SWISH_DEBUG & SWISH_DEBUG_TOKENLIST) { 
     313        swish_debug_token_list(parser_data->token_iterator); 
    314314    } 
    315315    if (SWISH_DEBUG & SWISH_DEBUG_NAMEDBUFFER) {