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
We were choosing between re2 and CTRE. A much nicer constant factor of CRTE is much appreciated, but we had to choose re2, because CTRE has no option to protect against ReDoS (regex denial of service) and prohibit forms of syntax that involve backtracking. Please implement this option so that enterprise-scale code can rely on CTRE without the fear of ReDoS.