Skip to main content
Mathematics and Computer Science

OpenPA: Open Portable Atomics

OpenPA
Open-source library providing a consistent C API for atomic operations

OpenPA (Open Portable Atomics) is an open-source library intended to provide a consistent C API for performing atomic operations on a variety of platforms. The main goal of the project is to enable the portable usage of atomic operations in concurrent software. Developers of client software can worry about implementing and improving their concurrent algorithms instead of fiddling with inline assembly syntax and learning new assembly dialects in order to improve or maintain application portability.