Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patterns like <<<<<<<<<<:/:/:/:/:/:/:/:/:/:/ currently exhibit O(n^3) complexity, allowing a 5KB document to take 7174ms to parse. With this change, it drops to O(n^2) and 73ms.
- Loading branch information