Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.5.3
Choose a base ref
...
head repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.5.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 9, 2022

  1. perf: removed code that would bind functions passed with observers …

    …to `subscribe`. (#6815)
    
    * refactor(SafeSubscriber): optimize perf for ordinary observers
    
    No longer require function binding if we aren't using the deprecated next context. This should improve performance in the common path of consumers subscribing with an object or even with a function.
    
    Adds a simple class `ConsumerObserver` which is mostly meant to optimize the number of function refrences created. We should never expose this externally.
    
    Related #6783
    
    * chore: update comments
    
    * refactor(Subscriber): reduce property access
    benlesh authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    fb375a0 View commit details
    Browse the repository at this point in the history
  2. chore(publish): 7.5.4

    benlesh committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4ba8f9a View commit details
    Browse the repository at this point in the history
Loading