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

Presentation performance notes #731

Open
5 tasks
mk opened this issue Nov 18, 2024 · 0 comments
Open
5 tasks

Presentation performance notes #731

mk opened this issue Nov 18, 2024 · 0 comments

Comments

@mk
Copy link
Member

mk commented Nov 18, 2024

Benchmarking using the Book of Clerk @tonsky and I found that:

  • image handling is ~25%, should cache it with a type holding the memory image and encoded image
  • prepend-required-cljs is ~10%, can probably record the viewers at presentation time
  • process-blobs is also ~10%, can also be recorded at presentation time
  • bounded-count-limit is very high with 1 million, let's lower it
  • ->hash-str is ~5%, we don't need a valuehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant