nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
697 stars 35 forks source link

feat: save to DB asynchronously #146

Closed delphinus closed 10 months ago

delphinus commented 10 months ago

Fix #137

delphinus commented 10 months ago

This way is unsatisfied because race conditions may occur. We should introduce the only thread to access DB (save & load) by mpsc (multi producer and single consumer model).