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
Top comments (2)
Do you have performance comparisons?
Not, till now. I made a benchmark script before (I'm unsure whether the script is written properly. Can you make a pull request for measuring the benchmark?)
github.com/itsmeadarsh2008/flpc/bl...