Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Let ZipObserver inherit from SafeObserver which inlines the SingleAssignmentDisposables currently used. We save n allocations for the n-ary Zip. * Override Dispose in ZipObserver so it can clear its own queue, that saves the allocation of an anonymous disposable, a closure and a delegate.
- Loading branch information