whyboris / Video-Hub-App

Official repository for Video Hub App
https://videohubapp.com
MIT License
563 stars 171 forks source link

Consider WebAssembly to replace service worker JS code #768

Open whyboris opened 1 year ago

whyboris commented 1 year ago

We have a Service Worker that runs the very heavy computation / algorithm of generating 1-word and 2-word tags in "auto generated tags" modal.

🤔 It might run faster if we try WebAssembly there 🤷

whyboris commented 1 year ago

Duplicate #773