telescope-zf-native.nvim icon indicating copy to clipboard operation
telescope-zf-native.nvim copied to clipboard

bench: compare performance to other native sorters

Open matu3ba opened this issue 2 years ago • 1 comments

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

matu3ba avatar Mar 27 '23 22:03 matu3ba

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.

natecraddock avatar Mar 28 '23 04:03 natecraddock