Closed polytypic closed 1 year ago
I noticed that the Hashtbl benchmark was potentially suffering from false sharing. This PR adds some multicore magic to avoid the false sharing. In the future when aligned atomics land we can probably do something better.
Hashtbl
I noticed that the
Hashtbl
benchmark was potentially suffering from false sharing. This PR adds some multicore magic to avoid the false sharing. In the future when aligned atomics land we can probably do something better.