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

[kinetic]Avoid buffer concatenation #20

Closed
ghost opened this issue Oct 27, 2015 · 1 comment
Closed

[kinetic]Avoid buffer concatenation #20

ghost opened this issue Oct 27, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 27, 2015

It's an expensive operation, that adds a copy of the data to return (That can be as large as 256Mb on our system!)

The codeline that causes the problem is in the send() method.

@ghost ghost changed the title Avoid buffer concatenation [kinetic]Avoid buffer concatenation Oct 27, 2015
@adrienverge
Copy link
Contributor

+1

@ghost ghost closed this as completed Nov 27, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant