lockfree
Synchronization library
A C++ library providing a set of high-performance synchronization primitives to safely access shared data without locks or barriers.
Boost.Lockfree
126 stars
11 watching
86 forks
Language: C++
last commit: 11 months ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A C++ library for logging in applications and libraries | 183 |
| | A C++ library providing a thin wrapper over the OpenCL API for GPU computing. | 1,566 |
| | Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |
| | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 122 |
| | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
| | A C++ library that provides high-range and precision number types with interoperability capabilities | 202 |
| | A set of concurrent queue implementations for Nim. | 44 |
| | A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
| | A framework for cooperative scheduling of micro-threads using stored execution states. | 465 |
| | Enables seamless interoperability between C++ and the Python programming language. | 476 |
| | A C++ library for working with images in a generic and efficient way | 178 |
| | Replaces standard numeric types with exception-throwing versions to prevent undefined behavior due to integer overflow | 210 |
| | A C++11 metaprogramming library enabling advanced template-based programming | 245 |
| | A software transactional memory implementation for .NET with strong guarantees on safety and thread-safety | 241 |
| | A library providing functional concurrency primitives inspired by concurrent programming languages. | 209 |