Bump mojo-regex from 0.10.0 to 0.11.0#255
Open
msaelices wants to merge 9 commits intomodular:mainfrom
Open
Conversation
85d01f9 to
431bf71
Compare
…he pointer for all free functions)
…parse_email_findall ~160x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps mojo-regex from 0.10.0 to 0.11.0.
Changes since 0.10.0
$-anchored patterns.phone_validation^\+?1?[\s.-]?\(?([2-9]\d{2})\)?[\s.-]?([2-9]\d{2})[\s.-]?(\d{4})$(5x median): 1.76 us → 0.25 us (6.92x faster). Full bench geom 1.09x across 80 benchmarks.sparse_email_findall~160x faster (199 us → 1.25 us, was 167x slower than Rust, now within 5%);simple_phone4.4x; full bench geom 1.32x.count_consecutive_matchesSIMD loops (range_lowercase 7.77x faster, range_alphanumeric 3.1x faster, range_digits 1.4x; via@always_inlinehelpers)--devand--filterflags for bench_engine, plus CLAUDE.md / BENCHMARKING_GUIDE.md docs (fast dev iteration: full bench ~4 min -> ~8 s)match_nextdispatchers + pre-allocateMatchListin findall (sub() 8/0 wins 1.28x geom; top: deep_nested_groups 2.95x, complex_group_5_children 1.70x, simple_phone 1.60x)Benchmark summary
phone_validationwas 55x slower than Rust before Update DeciMojo to v0.4.1 #140, now ~15x (OnePass closes the gap on$-anchored optional-group patterns that LazyDFA declined)sparse_email_findallwas 167x slower than Rust before Regex package #139, now within 5%range_lowercasewas 33x slower than Rust before Update decimojo to Mojo v25.4 #138, now ~5xRecipe changes: