telescope-zf-native.nvim
telescope-zf-native.nvim copied to clipboard
bench: compare performance to other native sorters
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
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.