Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb: Elide boundary checks when constructing find in page ranges
Previously, unnecessary boundary checks were being done when constructing the range objects used to represent find in page matches. These checks are no longer performed leading to a significant speedup when performing find in page queries on pages containing a lot of text.
- Loading branch information