H2Owater425 / node-hitomi

Hitomi.la api for Node.js
https://npm.im/node-hitomi
MIT License
15 stars 2 forks source link

Improve performance of queryTag #20

Closed H2Owater425 closed 3 years ago

H2Owater425 commented 3 years ago

queryTag is run synchronously and as we all know, it spends more time than when it run asynchronously.