Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unicode: add ASCII optimization for grapheme segmenter
This helps quite a bit on text that is mostly ASCII, and probably doesn't hurt too much in text that is mostly non-ASCII. We should re-litigate this once regex-automata 0.3 is out. The new API will have more knobs we can turn.
- Loading branch information