fuddl / wd

a browser extension for wikidata
https://wikidata.org/wiki/Wikidata:Tools/Wikidata_for_Firefox
GNU General Public License v3.0
36 stars 6 forks source link

Speed up "improve" process by making link processing async #55

Closed Stvad closed 7 months ago

Stvad commented 2 years ago

Right now each source is processed sequentially, but most of the time is probably spent on asynch operation like fetching data from APIs, so this can likely be significantly faster if we were to switch to doing it async for all the sources at the same time

fuddl commented 7 months ago

after two years, much quicker 💨🤓