dosyago / DownloadNet

💾 DownloadNet - All content you browse online available offline. Search through the full-text of all pages in your browser history. ⭐️ Star to support our work!

Home Page:https://localhost:22120

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perf

o0101 opened this issue · comments

commented

Noticed some issues on adding some deps.

chokidar: kills CPU perf, futext thrashing, primarily what it's doing with readdirp, it's "choking" it up
natural: memory hit seems too big just for some stuff we might not need. See if we can shift to another string tokenization / stemming method or library

Should be able to replace chokidar with fs.watch ( I think )