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

Add SimpleBufferPool implementation #5326

Closed
wants to merge 5 commits into from

Conversation

Arkatufus
Copy link
Contributor

@Arkatufus Arkatufus commented Oct 18, 2021

SimpleBufferPool is an Akka.IO IBufferPool implementation that is closer to the JVM implemention. It does not concern itself with memory management and memory allocation optimization, all it does is ArraySegment caching to reduce the amount of memory allocation and garbage collection in a chatty network environment.

This is a bandaid patch for buffer pool under/overrun that happened in #5325

@Arkatufus Arkatufus marked this pull request as draft October 18, 2021 20:52
@Arkatufus
Copy link
Contributor Author

Still need unit tests.

@Aaronontheweb
Copy link
Member

Superseded by #5404

@Arkatufus Arkatufus deleted the Add_SimpleBufferPool branch February 27, 2023 17:26
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