Bump mojo-regex from 0.10.0 to 0.13.0#264
Open
msaelices wants to merge 1 commit intomodular:mainfrom
Open
Conversation
2 tasks
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.
Summary
Bumps the recipe pin from
0.10.0(commita686999) to0.13.0(commit641cc4e). Skips the never-released v0.11.0 / v0.12.0 / v0.13.0-dev intermediates and ships them all together.Wins since 0.10.0 (mojo-regex commit history):
simd_search.literal_match_long16x,literal_match_short11x,optimize_extreme_quantifiers8x, full-bench geomean +9%.match_allon pure-literal patterns (pure_dfa_dash10x).phone_validation1.18x, several literal benches 1.4-1.5x).find_first_nibble_match+ precomputed OnePass end-anchor (phone_validation11x,predefined_digits2x).sub()(3x on smith-phonenums style fixed-width sub).sub()metadata; whole-text short-circuit (3x onsub_*benches).$-anchored alternation / capture patterns (closes the smith-phonenumsphone_validationgap).memchrprefilter forfindall.count_consecutive_matches.Also updates the description to mention the OnePass engine and the new headline numbers (Mojo beats CPython's
reon 97% of benchmarks and Rust'sregexcrate on 84% in the v0.13.0 measurement set).Supersedes #258 (the v0.12.0 bump that was still open). One PR per release per the project workflow; closing #258 in favor of this one.
Test plan
recipes/mojo-regex/recipe.yaml.version: 0.13.0matchespixi.tomlin mojo-regex at the pinned commit.rev: 641cc4eis reachable on https://github.com/msaelices/mojo-regex.git (also taggedv0.13.0).mojo_version: "=0.26.2"is compatible with the upstreampixi.tomlpinmojo = ">=0.26.1,<0.27".