glob/util
Sergey Kamardin 034ebb20be Avoid btree Index() call on pattern with separators.
To avoid hard Index()'ing of given text with btree matcher we implement
an prefix_any and suffix_any matchers that can work well in many cases.

BTree matcher Index() will be implemented in upcoming commits to prevent
same bugs.

Fixes #23
2018-02-09 00:02:47 +03:00
..
runes refactoring 2016-05-27 20:47:19 +03:00
strings Avoid btree Index() call on pattern with separators. 2018-02-09 00:02:47 +03:00