INFO
Name: moodycamel-concurrentqueue
Version: 1.0.4-1.el8
Arch: aarch64
Summary: An industrial-strength lock-free queue for C++
License: (BSD-2-Clause or BSL-1.0) and BSD-3-Clause and Zlib
Vendor: Fedora Project
Build Host: buildvm-a64-25.iad2.fedoraproject.org
Build Date: Wed Jan 3 23:24:57 2024
Size: 1571133
URL: https://github.com/cameron314/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
FILES
concurrentqueue-install-noarch-to-share.diff
moodycamel-concurrentqueue-1.0.4.tar.gz
moodycamel-concurrentqueue.spec
REQUIRES
cmake
gcc-c++
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
PROVIDES
CONFIG FILES
concurrentqueue-install-noarch-to-share.diff
moodycamel-concurrentqueue-1.0.4.tar.gz
moodycamel-concurrentqueue.spec s
LICENSE FILES
(BSD-2-Clause or BSL-1.0) and BSD-3-Clause and Zlib
|