A benchmark with 50 objects with and without false sharing mitigations gives these values (for the initArray() function) on Windows:
- With mitigations: ~5500 microseconds
- Without mitigations: ~9000 microseconds
On Linux:
- With mitigations: ~600 microseconds
- Without mitigations: ~700 microseconds