query.cc: Use += to build up strings (which should be O(n)), rather
commite2a1ffe9e6c58c82cd778ab7857e530e7d5655d4
authorOlly Betts <olly@survex.com>
Wed, 30 Sep 2015 19:38:55 +0000 (1 08:38 +1300)
committerOlly Betts <olly@survex.com>
Wed, 30 Sep 2015 19:38:55 +0000 (1 08:38 +1300)
tree5682460158822f5454e5018d7f84691a0f027001
parent3d71d844e7e956dbf6d4a7a0e1c826e39c3bcebe
query.cc: Use += to build up strings (which should be O(n)), rather
than str = str + str2 (which is likely to be O(n*n)).
xapian-applications/omega/ChangeLog
xapian-applications/omega/query.cc