You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested uriparser's performance across multiple versions of node. Unfortunately for this library, times have changed. When url has query string builtin url.parse is faster, much faster. For urls without query string uriparser still beats url.parse, but this is generally lightweight operation, so difference is rather small. Anyhow, I think there should be some disclaimer telling that uriparser should not be used with modern node.js versions.
I've been using script from my pull request (#14).
The text was updated successfully, but these errors were encountered:
I've tested uriparser's performance across multiple versions of node. Unfortunately for this library, times have changed. When url has query string builtin
url.parse
is faster, much faster. For urls without query string uriparser still beatsurl.parse
, but this is generally lightweight operation, so difference is rather small. Anyhow, I think there should be some disclaimer telling that uriparser should not be used with modern node.js versions.I've been using script from my pull request (#14).
The text was updated successfully, but these errors were encountered: