Skip to content

Filter out dropped clients in the send worker#2899

Merged
joshua-spacetime merged 3 commits into
masterfrom
joshua/perf/client-filter
Jun 30, 2025
Merged

Filter out dropped clients in the send worker#2899
joshua-spacetime merged 3 commits into
masterfrom
joshua/perf/client-filter

Conversation

@joshua-spacetime
Copy link
Copy Markdown
Contributor

@joshua-spacetime joshua-spacetime commented Jun 25, 2025

Description of Changes

Moves the filtering out of dropped clients during subscription evaluation from inside of eval_updates_sequential, where we hold the transaction lock, to the send worker, where the lock has been released.

API and ABI breaking changes

None

Expected complexity level and risk

0

Testing

  • cpu profile

Comment thread crates/core/src/client/client_connection.rs Outdated
Comment thread crates/core/src/client/client_connection.rs Outdated
@joshua-spacetime joshua-spacetime force-pushed the joshua/perf/client-filter branch from ee7a802 to 1fb4f60 Compare June 27, 2025 23:05
@joshua-spacetime joshua-spacetime added this pull request to the merge queue Jun 30, 2025
Merged via the queue into master with commit 9aebe31 Jun 30, 2025
20 checks passed
@joshua-spacetime joshua-spacetime deleted the joshua/perf/client-filter branch June 30, 2025 16:38
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