# atomic_bench **Repository Path**: mirrors_cameron314/atomic_bench ## Basic Information - **Project Name**: atomic_bench - **Description**: Microbenchmarks for some C++11 atomic primitives - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Measures the execution time of various atomic instruction primitives, without contention. To build and run: > make run Sample output on my Intel Core 2 Duo T6500 @ 2.10 GHz: 32-bit CAS takes 16.2929ns on average 64-bit CAS takes 16.2876ns on average 32-bit FAA takes 13.8286ns on average 64-bit FAA takes 13.8282ns on average