concurrency-hierarchy-bench icon indicating copy to clipboard operation
concurrency-hierarchy-bench copied to clipboard

False-sharing test

Open joshuascheid opened this issue 3 years ago • 0 comments

Deterministic, but no locks or atomics.

Useful to show HW performance for false-sharing in an ostensibly real situation.

Initial commit adds the logical thread ID value as an argument to the test function. This is used as an index into the shared data structure.

joshuascheid avatar Apr 30 '22 18:04 joshuascheid