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

Fixup client encryption handling #96

Closed
wants to merge 1 commit into from

Conversation

Protonull
Copy link
Contributor

This does away with EncryptionTranslator and its cached buffers, which will mean more allocation work being done, but given #95, it's likely that several 13MB (or larger) buffers are being kept from the garbage collector by EncryptionTranslator.

This does away with EncryptionTranslator and its cached buffers, instead allocating what it needs and leaning on the cipher itself to produce the resulting buffer.
@Gjum
Copy link
Member

Gjum commented Nov 1, 2023

Is this change measurable?

@Protonull Protonull closed this Apr 19, 2024
@Protonull Protonull deleted the fixup-encryption branch April 19, 2024 07:40
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