Skip to content

Conversation

akarnokd
Copy link
Collaborator

The PR inlines the copy-on-write logic of the Observer/ImmutableList behavior of Subject, thus reducing the allocation (allocation of a new Observer, a new ImmutableList inside and a new array within that too) and indirection in the class.

@akarnokd akarnokd changed the title 4.x: Improve Subject observer tracking 4.x: Improve Subject's observer tracking May 16, 2018
@clairernovotny clairernovotny merged commit 185ed5d into dotnet:master May 26, 2018
@akarnokd akarnokd deleted the PublishSubjectImprovements branch May 26, 2018 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants