Skip to content

[PORT #6183] removed boxing allocations inside FSM #6196

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

Conversation

Arkatufus
Copy link
Contributor

@Arkatufus Arkatufus commented Oct 17, 2022

PORT #6183

The object.Equals call here generated hundreds of mb in boxing allocations inside RemotePingPong - using the EqualityComparer<TState>.Default.Equals eliminates them.

(cherry picked from commit 183ec5a)

The `object.Equals` call here generated hundreds of mb in boxing allocations inside RemotePingPong - using the `EqualityComparer<TState>.Default.Equals` eliminates them.

(cherry picked from commit 183ec5a)
@Aaronontheweb Aaronontheweb added this to the 1.5.0 milestone Oct 17, 2022
@Aaronontheweb Aaronontheweb merged commit c78cec6 into akkadotnet:dev Oct 17, 2022
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.

None yet

2 participants