Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bench: compare performance to other native sorters #9

Open
matu3ba opened this issue Mar 27, 2023 · 1 comment
Open

bench: compare performance to other native sorters #9

matu3ba opened this issue Mar 27, 2023 · 1 comment

Comments

@matu3ba
Copy link

matu3ba commented Mar 27, 2023

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 matu3ba changed the title show benchmark performance difference between other native sorters bench: compare performance to other native sorters Mar 27, 2023
@natecraddock
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants