File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11context :
2- version : 0.10 .0
2+ version : 0.11 .0
33 mojo_version : " =0.26.2"
44about :
55 description : " # Mojo Regex\n Regular 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\n It 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\n Beats 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') }}
3131source :
3232 - git : https://github.com/msaelices/mojo-regex.git
33- rev : a686999b3d6e7f8db47f96ac0a20d6d71a1a41d9
33+ rev : 101a3cb3f264a8da7a3cbe7e257bc7a1a008c28b
You can’t perform that action at this time.
0 commit comments