natecraddock / telescope-zf-native.nvim

native telescope bindings to zf for sorting results
MIT License
149 stars 6 forks source link

bench: compare performance to other native sorters #9

Open matu3ba opened 1 year ago

matu3ba commented 1 year ago

I guess your algorithm is simpler to have better performance? Would be nice to have some numbers.

See https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions#sorter

natecraddock commented 1 year ago

I'm not sure if the algorithm is simpler. It is designed to be more accurate than other sorters. It's absolutely faster than the lua sorters, but it is probably similar in performance to fzf and fzy.

But that is a good point, some benchmarks might be nice.