I'm interested if anyone has run a benchmark on urllib/urllib2 vs pycurl performance. I know there has been a benchmark between pycurl and requests, but has anyone done this for urllib2/urllib vs pycurl in (preferably) python 2.7 or python 3.6 (or any other version of python if the benchmark was not run in these versions)?
Alternatively, for those in the community that are familiar with pycurl and urllib/urllib2, can you share some insight on which library you would expect to exhibit higher performance for some structural reason (I know that pycurl is a relatively light client for the fast libcurl, but I don't know enough about how urllib/urllib2 were built to compare).
Thank you!