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

Add unique connection identifier #11

Closed
wants to merge 1 commit into from
Closed

Conversation

palkan
Copy link
Member

@palkan palkan commented Feb 3, 2025

Context

This PR adds unique connection identifiers to connections. The primary reason is to migrate the connections list to Hash for faster deletion (see #4), but this feature could be also used for tracing (since IDs are inferred from request IDs where available).

Closes #4

Add unique connection identifier (inferred from request ID f any).

The primary reason is to migrate the connections list to Hash for faster deletion.

Closes #4
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.

Linear scan in deletion - slow for lots of connections
1 participant