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

Undo some code divergence. #1387

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Undo some code divergence. #1387

merged 1 commit into from
Oct 7, 2020

Conversation

bartdesmet
Copy link
Collaborator

A lot of logic in Subject<T> and AsyncSubject<T> is similar, so converge it again. This also saves on an allocation of a subscription object when trying to Subscribe to an already-completed AsyncSubject<T>. Furthermore, it uses Array.IndexOf rather than a manual loop, which has much better perf now (.NET Core optimizations).

@bartdesmet bartdesmet merged commit 2fe802d into main Oct 7, 2020
@bartdesmet bartdesmet deleted the dev/bartde/realign_subjects branch October 7, 2020 12:35
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