imsnif / monocle

A Zellij plugin to fuzzy find file names and contents in style 🧐
MIT License
128 stars 9 forks source link

Issue: Large Folder bottleneck #4

Closed dmgolembiowski closed 1 year ago

dmgolembiowski commented 1 year ago

Known issue

Doesn't handle large folders well. Referenced at https://github.com/imsnif/monocle#known-issue. I'll fork a branch and attempt to see what performance I can squeeze out.

dmgolembiowski commented 1 year ago

At present, what seems like a promising way to stop this large-directory plugin crashing + slowness seems to be some combination of:

Nice to Have:

dmgolembiowski commented 1 year ago

Closing this issue until some single-threaded wasm rayon support exists.