cuprate/concurrent-map-builder
Boog900 11bf3900ac
fix UB + use weaker ordering
transmuting the Vec is not safe as Rust could make layout optimisations for `Vec<T>`` that it can't for `Vec<UnsafeCell<MaybeUninit<V>>>``
2024-04-03 03:17:42 +01:00
..
src fix UB + use weaker ordering 2024-04-03 03:17:42 +01:00
Cargo.toml add concurrent map 2024-03-05 22:41:52 +00:00