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

enhance(pdf): UI lag for the case of large highlights data #8772

Merged
merged 1 commit into from Mar 9, 2023

Conversation

xyhp915
Copy link
Collaborator

@xyhp915 xyhp915 commented Mar 6, 2023

related #8735
For this issue, the main reason is that serializing large highlights data to the file system is so slow with clojure.core internal solution. so this PR is trying to do this work with a three-party library https://github.com/brandonbloom/fipp, it's about 2 to 3 times faster than the built-in solution. This PR is a quick patch, not a final solution!

@github-actions github-actions bot added the :type/enhancement Enhancement to product. Does not affect the overall basic use. label Mar 6, 2023
@tiensonqin
Copy link
Contributor

@cnrpman @andelf It seems that the e2e-test has failed. Can you guys look into this problem?

@tiensonqin tiensonqin force-pushed the enhance/pdf-viewer-lag-with-large-hls branch from 4a6c4bb to 3265d5a Compare March 7, 2023 06:04
@tiensonqin tiensonqin force-pushed the enhance/pdf-viewer-lag-with-large-hls branch from 3265d5a to cc8855d Compare March 9, 2023 01:15
Copy link
Contributor

@tiensonqin tiensonqin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tiensonqin tiensonqin merged commit 22dfa62 into master Mar 9, 2023
@tiensonqin tiensonqin deleted the enhance/pdf-viewer-lag-with-large-hls branch March 9, 2023 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:type/enhancement Enhancement to product. Does not affect the overall basic use.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants