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

Performance: state update throttle rework #2979

Merged
merged 7 commits into from
Aug 6, 2024
Merged

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Aug 5, 2024

Implements the last two parts of #2978

@fonsp fonsp added backend Concerning the julia server and runtime performance labels Aug 5, 2024
Copy link
Contributor

github-actions bot commented Aug 5, 2024

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="update-throttle-rework")
julia> using Pluto

@fonsp fonsp marked this pull request as ready for review August 5, 2024 14:15
@fonsp fonsp changed the title State update throttle rework Performance: state update throttle rework Aug 5, 2024
@fonsp fonsp merged commit 6e21828 into main Aug 6, 2024
16 checks passed
@fonsp fonsp deleted the update-throttle-rework branch August 6, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning the julia server and runtime performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance: throttled status update loop impacts performance on large notebooks
1 participant