-
-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to improve performance (see issue #1120)
I have tried to make it only parse the document once, and then use a cache on subsequent lookups. I found an error in the cache where it wasn't using the right test for equal that is fixed now. I also store data on text properties now, so it should be much faster to compute faces and tooltips. Some things are not quite as good as I want, like following links is not as precise as I would like, and may still need some fine tuning. hopefully this is more performant in large files.
- Loading branch information
Your Name
committed
Aug 2, 2024
1 parent
7ab5135
commit bee3e38
Showing
1 changed file
with
94 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters