lotabout / skim

Fuzzy Finder in rust!
MIT License
5.1k stars 183 forks source link

Fix unresponsive query prompt while matching #505

Closed kimono-koans closed 1 month ago

kimono-koans commented 1 year ago

Using a separate thread pool for the matching par_iter fixes any unresponsiveness while matching when using skim as a library.