glob/compiler
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
..
compiler.go Avoid btree Index() call on pattern with separators. 2018-02-09 00:02:47 +03:00
compiler_test.go refactoring done 2016-05-31 11:28:02 +03:00