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

Please implement debouncing #29

Open
workingjubilee opened this issue Jan 2, 2025 · 0 comments
Open

Please implement debouncing #29

workingjubilee opened this issue Jan 2, 2025 · 0 comments

Comments

@workingjubilee
Copy link

workingjubilee commented Jan 2, 2025

Essentially no matter how fast you type (probably including artificial nonhuman inputs... I haven't tested that exhaustively) query.rs will dispatch a single request per keystroke to e.g. crates.io, even if that keystroke is a backspace and it could have kept the former response in memory!

Please implement a basic amount of debouncing (or obtain the crates.io data in a smarter way).

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

1 participant