Changeset 56

Show
Ignore:
Timestamp:
1999-09-17 14:17:38 (9 years ago)
Author:
olly
Message:

Corrected comment
MSIZE reduce to 100 for testing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-core/matcher/match.cc

    r44 r56  
    1717    PostList *postlist = DB->open_post_list(id); 
    1818    if (merger) { 
    19         // FIXME: this builds a totally unbalanced tree 
    20         // or does that not matter? 
     19        // FIXME: want to build a tree balanced by the term frequencies 
     20        // (similar to a huffman encoding tree) 
    2121        merger = new MergedPostList(merger, postlist); 
    2222    } else { 
     
    2626} 
    2727 
    28 #define MSIZE 1000 
     28#define MSIZE 100 
    2929 
    3030typedef struct {