-
Notifications
You must be signed in to change notification settings - Fork 128
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 Multi allocations #690
Conversation
@cescoffier Note that this is still a draft 😆 |
Codecov Report
@@ Coverage Diff @@
## main #690 +/- ##
============================================
+ Coverage 89.87% 90.07% +0.20%
- Complexity 2977 2993 +16
============================================
Files 374 374
Lines 11770 11791 +21
Branches 1476 1480 +4
============================================
+ Hits 10578 10621 +43
+ Misses 618 600 -18
+ Partials 574 570 -4
|
c494649
to
30e9f79
Compare
a0d10e4
to
97a7440
Compare
@cescoffier I just added a |
Uses volatile references and a single CaS for cancellation.
380be0d
to
9991f17
Compare
3bc9b47
to
9ff9d1e
Compare
@cescoffier If you want to have a final look (but do not merge). @anavarr did not spot any performance hit, and he's looking at confirming allocation rates reductions. |
No description provided.