Consider replacing std::sync::Arc
usages with an Arc
implementation that has no weak support
#14717
Labels
std::sync::Arc
usages with an Arc
implementation that has no weak support
#14717
We use
Arc
s a lot, but never make use of the weak count so it might be beneficial to use a slimmer Arc (for our attribute handling it might even be more beneficial to employ aThinArc
).The text was updated successfully, but these errors were encountered: