Open
Description
So I have been developing something very similar to crossbeam-epoch for a little while now and I wanted to write some tests for defer speeds. I did however run into a pretty severe issue with crossbeam using extreme amounts of memory very quickly and getting OOM killed.
Reproducible example at https://github.com/xacrimon/flize/blob/master/bench/src/main.rs.