Commits
Click on a commit to change the comparison rangeperf(allocator): reduce operations while `Mutex` lock is held in `AllocatorPool` (#11761)
Tiny optimization to `AllocatorPool`. `unwrap_or_else` doesn't require the mutex lock, so drop the lock before calling it.5 months ago
by overlookmotel