You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good performance comparison between two libraries would cover 80-90% of the most common use cases of the libraries (in this case it would be different regular expressions, search, match, replace, etc.) and see how both libraries perform.
Original report by Anonymous.
I got to this project trying to find a
re
alternative, because for some cases it was running slow.While reading the documentation I failed to find a performance comparison between
re
andregex
libraries. It would be amazing to have this!The text was updated successfully, but these errors were encountered: