Closed
Description
This crate is now used in rustc
as of rust-lang/rust#108300
However, it seems to be making some misleading claims about the LockFreeFrozenVec:
The spinlocks are really rare as they only happen on reallocation due to a push going over the capacity.
However, when looking at the source code it appears to take the lock on every push:
Line 371 in ea7576f
And it also takes the lock on reads as well!
Metadata
Metadata
Assignees
Labels
No labels