-
Notifications
You must be signed in to change notification settings - Fork 127
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
Cleanup tracking #1886
Cleanup tracking #1886
Conversation
Botched the "merge from main" on mozilla#1662. Reverted the merge. This PS has the changes in mozilla#1662, rebased to main. Sorry for the mess.
Signed-off-by: Lars Eggert <[email protected]>
Benchmark resultsPerformance differences relative to 6979f01.
Client/server transfer resultsTransfer of 134217728 bytes over loopback.
|
Signed-off-by: Lars Eggert <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1886 +/- ##
==========================================
- Coverage 93.21% 93.20% -0.02%
==========================================
Files 110 111 +1
Lines 35879 36027 +148
==========================================
+ Hits 33446 33580 +134
- Misses 2433 2447 +14 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Lars Eggert <[email protected]>
A version of #1662 but retaining the
BTreeMap
backing store.One thing I learned from this was that creating temporary stores was probably the biggest cost. It might be that the
Vec
could be better with that realization, but this has the advantage of being a little bit simpler.