kristovatlas / address-reuse-tracker

Maintains stats on address reuse in Bitcoin network, displays charts
24 stars 6 forks source link

Use httplib instead of urllib2 to maintain TCP connection to remote APIs #1

Open kristovatlas opened 8 years ago

kristovatlas commented 8 years ago

http://stackoverflow.com/questions/2009243/how-to-speed-up-pythons-urllib2-when-doing-multiple-requests

Classes will probably need to instantiate http connection objects in init to reuse them.