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

Reduce allocations in AsyncQueueSocket #2

Open
ravi688 opened this issue Jan 28, 2024 · 0 comments
Open

Reduce allocations in AsyncQueueSocket #2

ravi688 opened this issue Jan 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ravi688
Copy link
Owner

ravi688 commented Jan 28, 2024

AsyncQueueSocket allocates Transaction data each time send or receive function is called and deallocates the same data each time the transaction is completed. Which leads to frequent allocation and deallocation of memory blocks - hence adding more latency in each frame. This needs to be fixed by reusing the previously allocated data.

@ravi688 ravi688 added the enhancement New feature or request label Jan 28, 2024
@ravi688 ravi688 self-assigned this Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant