BurntSushi opened a pull request in regex
BurntSushi opened rust-lang/regex#1386 · August 10, 2026 09:19
automata/nfa/thompson: tweak allocation handling for UTF-8 compiler #1386
This commit makes the UTF-8 compiler allocation pattern a bit more lazy.
Instead of allocating 10,000 entries up-front, we now allocate via a
small…
+157 -10
评论
?
参与讨论