scrapy / scurl

Performance-focused replacement for Python urllib
Apache License 2.0
21 stars 6 forks source link

Fix tests #9

Closed malloxpb closed 6 years ago

malloxpb commented 6 years ago

Fix all the components that might fail the tests:

malloxpb commented 6 years ago

After testing out the performance of urlparse4 with different option: here is some result :)

  urlsplit urljoin
default 0.20 0.23
Unicode supported 0.20 0.20
Result based on input 0.17 0.21