Commit Graph

8 Commits

Author SHA1 Message Date
gobwas 4a52abd846 wip 2019-02-06 23:43:38 +03:00
Sergey Kamardin abc7140723 wip 2018-11-24 21:47:12 +03:00
Sergey Kamardin 2b9d056d0d debug mechanics 2018-10-02 22:52:57 +03:00
gobwas e4652bc1f4 dramatic refactoring 2018-10-02 22:11:19 +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