Closed borkovic closed 1 year ago
As described by Russ Cox: https://research.swtch.com/glob
The exponential complexity of the old implementation was not a real problem, though, as no glob triggering excessive backtracking has ever been spotted in the wild.
This is now in master.
So many changes in such a short time. Completely different cadence. Thanks for pushing all the changes.
As described by Russ Cox: https://research.swtch.com/glob
The exponential complexity of the old implementation was not a real problem, though, as no glob triggering excessive backtracking has ever been spotted in the wild.