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
And Email::Address is not fast. Included benchmark execute repeated same patterns without disabling Email::Address cache. Which means that Email::Address looks-like fast, but only for case when it has parsed input string already in cache.
Anyway, you can use Email::Address::XS which is aims to be correct, fast and without exponential time complexity in worst case.
Why to not use fastest module Email::Address?
The text was updated successfully, but these errors were encountered: