Schedulers: Experience improved performance with the animation frame scheduler as it now uses fewer resources by leveraging a single subscription instance for scheduled animation frames. This change helps reduce CPU usage and garbage collection thrashing, especially during rapid animations.
Improvements
Schedulers: Enjoy enhanced performance with the animation frame and asap schedulers, which now check for existing action IDs more efficiently. This improvement reduces the time complexity of scheduling actions, making your applications run smoother.
Fixes
Fix performance issues with the animation frame scheduler that caused significant slowdowns when multiple timers were used concurrently. This fix addresses the underlying problem that was particularly noticeable on slower machines.
Others
Improve the documentation for the delayWhen operator to clarify how it interacts with notification Observables. This update ensures users have accurate information about the operator's behavior.