Overt icon indicating copy to clipboard operation
Overt copied to clipboard

Indexing blocks main thread while writing to the cache database

Open ThatsJustCheesy opened this issue 2 years ago • 0 comments

Could resolve by offloading the work to one of

  • main process (simplest)
  • worker thread pool in main process
  • web worker in renderer process (likely fastest)

https://github.com/WiseLibs/better-sqlite3/blob/master/docs/threads.md

ThatsJustCheesy avatar Nov 27 '22 00:11 ThatsJustCheesy