Skip to content

Commit 431bf71

Browse files
committed
Bump mojo-regex from 0.9.0 to 0.11.0
1 parent 298370a commit 431bf71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipes/mojo-regex/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: 0.10.0
2+
version: 0.11.0
33
mojo_version: "=0.26.2"
44
about:
55
description: "# Mojo Regex\nRegular Expressions Library for Mojo\n\n`mojo-regex` is a\
66
\ regex library featuring a hybrid DFA/NFA/PikeVM/LazyDFA engine architecture\
77
\ that automatically optimizes pattern matching based on complexity.\n\nIt aims\
88
\ to provide a similar interface as the [re](https://docs.python.org/3/library/re.html)\
99
\ stdlib package while leveraging Mojo's performance capabilities.\n\nBeats Python's\
10-
\ C-based `re` module on 100% of benchmarks."
10+
\ C-based `re` module on 97% of benchmarks. Beats Rust's `regex` crate on 60%."
1111
homepage: https://github.com/msaelices/mojo-regex
1212
license: MIT
1313
license_file: LICENSE
@@ -30,4 +30,4 @@ requirements:
3030
- ${{ pin_compatible('mojo-compiler') }}
3131
source:
3232
- git: https://github.com/msaelices/mojo-regex.git
33-
rev: a686999b3d6e7f8db47f96ac0a20d6d71a1a41d9
33+
rev: 101a3cb3f264a8da7a3cbe7e257bc7a1a008c28b

0 commit comments

Comments
 (0)