Problem Statement:
When using find mode (/) on large web pages, searching is slow to the point of unusable.
Reproducible via https://nix-community.github.io/home-manager/options.xhtml.
Planned Improvements:
Expected Benefits:
- Improved responsiveness during rapid typing in find mode.
- Faster search performance, especially on large web pages.
- Reduced strain on system resources during find operations.
Problem Statement:
When using find mode (
/) on large web pages, searching is slow to the point of unusable.Reproducible via https://nix-community.github.io/home-manager/options.xhtml.
Planned Improvements:
FindMode.findInPlace()to reduce the frequency of searches during typing.HUD.search()method #4547SimpleCachefrom./lib/utils.js.AsyncDataFetcherfrom./lib/utils.js.Expected Benefits: