concurrency-hierarchy-bench
concurrency-hierarchy-bench copied to clipboard
False-sharing test
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.