wzhouwzhou / ytsearcher

YTSearcher | 170k+ DL | 1000+ Dependents | NodeJS package providing an easy-to-use promise-based solution for getting youtube search results.
https://ytsearcher.willyz.cf
Apache License 2.0
18 stars 2 forks source link

Efficiency Improvements #8

Open wzhouwzhou opened 3 years ago

wzhouwzhou commented 3 years ago

Just opening up the thread here to discuss possible improvements to the speed of the library. For example, we have some unneeded IIFEs and for/of loops in the code that add unnecessary complexity and can be optimised away. Looking forward to any updates the community has on this!