-
Notifications
You must be signed in to change notification settings - Fork 7.3k
faster url parser #6788
Comments
Getting this in core would be ideal. For future reference I am quite interesting in knowing what (if any) the blockers and concerns turn out to be. |
To quote my original senchalabs/connect#986 (comment)
|
okay cool. thanks for putting it on a milestone. here's a hacky PR to replace node's url parser globally: petkaantonov/urlparser#2 |
How about baking a patch that lands additional tests for starters? |
ask @petkaantonov. i'm not going to make a PR unless i know someone's going to look at it. there's already 169 PRs that have yet to be merged or rejected. i'm not going to add another one. |
Given the excellent work that @petkaantonov has been doing on the io.js side, significant performance improvements will be landing in the converged stream. We can decide whether or not we want to backport those here once that work is complete. |
https://github.com/petkaantonov/urlparser
@petkaantonov said you guys won't merge this in core, but i don't see a reason not to, especially when you guys are/will be focusing on performance improvements, there are no regressions, there are more tests, and the code is easier to read.
last thing i want are PRs for faster node modules (and the consequential maintenance burden) in every repo when node should be improving performance themselves.
related: senchalabs/connect#986
The text was updated successfully, but these errors were encountered: