Improve Your Python Regex Performance Using Rust
Adarsh

Adarsh @itsmeadarsh

About: There's nothing in bio dekhke kya karoge!

Location:
Odisha, India
Joined:
Jul 24, 2021

Improve Your Python Regex Performance Using Rust

Publish Date: Jun 29 '24
1 2

I've made a wrapper over the Rust regex crate using PyO3 and maturin. I've named it flpc because it is short and easier to write. It works blazingly fast ⚡
(Only problem is that, it is not a full drop-in replacement for native re module)

pip install flpc
Enter fullscreen mode Exit fullscreen mode

Here's the link to the repository

Comments 2 total

Add comment