perf: use a set instead of Vec<_> to optimize large subscriber sets (see #4138) (#4201)

This commit is contained in:
Greg Johnston
2025-08-09 15:31:05 -04:00
committed by GitHub
parent 30dbb7ccc8
commit f2fe791f6b
3 changed files with 27 additions and 28 deletions

1
Cargo.lock generated
View File

@@ -2753,6 +2753,7 @@ dependencies = [
"futures",
"guardian",
"hydration_context",
"indexmap",
"or_poisoned",
"pin-project-lite",
"rustc-hash 2.1.1",