Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOptimize `construct::strip_ignorable_whitespace_from_start` #2264
Labels
Comments
|
Is this still true? |
|
Probably, yeah. |
|
The implementation was completely changed here: bb6f557 Although I don't know whether the algorithmic properties are significantly better or not. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's O(n^2), which is bad.