Commit Graph

5 Commits

Author SHA1 Message Date
re bb6a74629b repo fixes 2022-12-12 17:24:35 +03:00
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
gobwas bea32b9cd2 fix typo 2016-12-07 10:55:55 +03:00
gobwas 36eb5476d5 refactoring done 2016-05-31 11:28:02 +03:00
gobwas 510a1756cf refactoring 2016-05-30 19:35:53 +03:00