wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.76k stars 321 forks source link

Reconsider recursive matching approach #279

Closed wincent closed 2 years ago

wincent commented 7 years ago

So, we have a slower approach.

If we can use the faster approach without causing any tests to fail, shouldn't we?

Could the faster approach be changed to require less memoization space, seeing as we only ever seem to care about the bottom right corner, and at most the upper and lower boundaries of the path to the result?

wincent commented 2 years ago

I wrote this over 5 years ago, and no longer feel a conviction/intuition that it's a fruitful avenue to pursue, so closing this one.