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)
commitb0e04a1cb9261a088d5c100dbc891f3240fa88ce
tree97aeff0edfdabafbe62c4ed725bc4cd0dd6655f2
parent6f0fb96be98c7e6c5829e9e24567e653b66af371
Full termlist saved (as before) and also sorted.

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.
src/session.c
src/termlists.c
src/termlists.h