Name: | moodycamel-concurrentqueue-devel |
Version: | 1.0.4 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 227227 |
License: | (BSD-2-Clause OR BSL-1.0) AND Zlib |
RPM: |
moodycamel-concurrentqueue-devel-1.0.4-2.el10_0.noarch.rpm
|
Source RPM: |
moodycamel-concurrentqueue-1.0.4-2.el10_0.src.rpm
|
Build Date: | Wed Dec 18 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/cameron314/concurrentqueue |
Summary: | Development files for moodycamel-concurrentqueue |
Description: | An industrial-strength lock-free queue for C++.
Features:
- Knock-your-socks-off blazing fast performance
- Single-header implementation. Just drop it in your project
- Fully thread-safe lock-free queue. Use concurrently from any number of threads
- C++11 implementation -- elements are moved (instead of copied) where possible
- Templated, obviating the need to deal exclusively with pointers -- memory is
managed for you
- No artificial limitations on element types or maximum count
- Memory can be allocated once up-front, or dynamically as needed
- Fully portable (no assembly; all is done through standard C++11 primitives)
- Supports super-fast bulk operations
- Includes a low-overhead blocking version (BlockingConcurrentQueue)
- Exception safe
The moodycamel-concurrentqueue-devel package contains libraries and header files
for developing applications that use moodycamel-concurrentqueue. |