Commit graph

2 commits

Author SHA1 Message Date
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
Boog900
0dbe783a45
add concurrent map 2024-03-05 22:41:52 +00:00