Page MenuHomePhabricator

Speed up regex matching
Closed, ResolvedPublic

Description

I realized that the implementation of the recheck phase of the regular expression filter that we use in Cirrus is pretty darn backtrack-y and that I could really really improve it. So I'm giving it a shot.

Event Timeline