Full termlist saved (as before) and also sorted.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Aug 2012 10:59:05 +0000 (12:59 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Aug 2012 10:59:05 +0000 (12:59 +0200)
No max of termlist(s) any more. The memory usage is the same
(in fact less - over time), but we have a full quick sort instead
of a smaller quick sort, But NO insertion sort for each term (which
is probably similar to extra quick sort). This makes termlists
stable.


No differences found