sparqlwrapper icon indicating copy to clipboard operation
sparqlwrapper copied to clipboard

use aiohttp for async

Open mosoriob opened this issue 4 years ago • 2 comments

Use urllib2 led to the code running sequentially and synchronous.

mosoriob avatar Jul 16 '20 18:07 mosoriob

Looks like there's only the one place where an actual http request is made, right?

So one could experiment with subclassing Wrapper and re-implementing _query, if there's an easy way to translate between the urllib2 and the aiohttp request?

renefritze avatar Mar 02 '22 16:03 renefritze