You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use fuzzy-matching to improve cache hit rates with PostScriptEvaluator
This improves performance, without any noticeable regressions when running `gulp browsertest --noChrome` locally on Windows.
Testing the new `pr5134` test-case locally in the viewer:
- With the `master` branch and `isEvalSupported = true`, page 2 renders in approx. 350 milliseconds.
- With the `master` branch and `isEvalSupported = false`, page 2 renders in approx. 1550 milliseconds.
- With this patch, which forces `isEvalSupported = false`, page 2 renders in approx. 990 milliseconds.
Hence this obviously isn't enough to close the performance gap, but it *may* still be helpful.
0 commit comments