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

perf(animationFrames): uses fewer Subscription instances #7060

Merged

Commits on Sep 9, 2022

  1. perf(animationFrames): uses fewer Subscription instances

    Leverages a single id variable instead of creating a new child Subscription for each scheduled animation frame. This is important because animation frames are scheduled very rapidly and this helps prevent CPU and GC thrashing.
    
    related ReactiveX#7018
    benlesh committed Sep 9, 2022
    Copy the full SHA
    e132e37 View commit details
    Browse the repository at this point in the history