Use only binary search to find first/last element in a row of equal tags
commit67916dc4038918a940f38d08d073a9bbb4aea89b
authorJiří Techet <techet@gmail.com>
Thu, 21 May 2015 22:49:03 +0000 (22 00:49 +0200)
committerJiří Techet <techet@gmail.com>
Mon, 18 Jan 2016 21:56:10 +0000 (18 22:56 +0100)
tree917e9226d5be6ddeef12d2b69946ba7d1dc366c0
parent2682d7973f0518ccfb3806901170ff8314c311c6
Use only binary search to find first/last element in a row of equal tags

The linear part may become expensive when there are many equal tags
which can happen when partial search, used for non-scope completion,
is used.
tagmanager/src/tm_tag.c