Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Locked<T>: optimistically use SpinMutex to consume less RAM
std::mutex is 5 pointers large on x64, whereas std::atomic_flag at most one.
- Loading branch information