Skip to content

WiP: Add an option to have 64-byte (cache line) aligned mutexes.

Witold Krecicki requested to merge wpk-aligned-mutexes into master

An optional, compile-time feature: Mutexes are slower if they're 'nearby' - add padding to mutex struct so that no two mutexes fall into the same cache line.

Edited by Witold Krecicki

Merge request reports