Rewrite the round_robin algorithm for multi target retrieval. The
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Jan 2006 09:35:43 +0000 (09:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Jan 2006 09:35:43 +0000 (09:35 +0000)
commit2e9476754e9b71399db3b28b0f0ba14d87cae6a6
treea8dc5ba3dde754de190d710e43dd15f88c63d9fc
parent41fbc58001c48cbea3715eddb8a0526b59a24392
Rewrite the round_robin algorithm for multi target retrieval. The
previous algorithm speed was O(s+n) where s = offset of first record
presented, n = number of records fetched. The new is O(m+n) where m =
number of result sets.
src/filter_multi.cpp