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 memory usage of QuicheQuicChannel #653

Merged
merged 1 commit into from Feb 3, 2024
Merged

Conversation

normanmaurer
Copy link
Member

Motivation:

We might have a lot of QuicheQuicChannel in memory so we should try to keep the memory usage as low as possible.

Modifications:

Grow long[] for readable streams and writable streams dynamically

Result:

Less memory usage when not a lot of streams are active

Motivation:

We might have a lot of QuicheQuicChannel in memory so we should try to keep the memory usage as low as possible.

Modifications:

Grow long[] for readable streams and writable streams dynamically

Result:

Less memory usage when not a lot of streams are active
@normanmaurer normanmaurer added this to the 0.0.57.Final milestone Feb 3, 2024
@normanmaurer normanmaurer merged commit 41a7537 into main Feb 3, 2024
14 checks passed
@normanmaurer normanmaurer deleted the reduce_mem_usage branch February 3, 2024 09:21
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.

None yet

1 participant