You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What?
* more memory efficient AggregationUpdateQueue by using SmallVec and
boxing some job types
* avoid allocation in CaptureFuture by avoiding the Arc and the Mutex
and using a thread local reference
0 commit comments