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

combine writes and avoid a few more allocations #14

Merged
merged 2 commits into from
Jun 14, 2019

Conversation

Stebalien
Copy link
Member

No description provided.

Also, drop the channel lock optimization. Uncontested locks are generally pretty
fast anyways (and we don't even use this code).
This will help secio send fewer packets when negotiating. it _does_ cost us a
copy, but there's not much we can do about that.
@Stebalien Stebalien requested a review from vyzo June 6, 2019 23:25
@Stebalien Stebalien merged commit 2471ea5 into master Jun 14, 2019
@Stebalien Stebalien deleted the fix/memory-improvements branch June 14, 2019 08:24
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.

3 participants