INFO
Name: pthreadpool
Version: 0.0^git20230829.4fe0e1e-7.el10_1
Arch: x86_64
Summary: Portable thread pool
License: BSD-2-Clause
Vendor: Fedora Project
Build Host: buildvm-x86-16.rdu3.fedoraproject.org
Build Date: Tue Aug 19 20:24:37 2025
Size: 119969
URL: https://github.com/Maratyszcza/pthreadpool
Description: pthreadpool is a portable and efficient thread pool
implementation. It provides similar functionality
to #pragma omp parallel for, but with additional features.
Features:
* C interface (C++-compatible).
* 1D-6D loops with step parameters.
* Run on user-specified or auto-detected number of threads.
* Work-stealing scheduling for efficient work balancing.
* Wait-free synchronization of work items.
* Compatible with Linux (including Android), macOS,
iOS, Windows, Emscripten environments.
* 100% unit tests coverage.
* Throughput and latency microbenchmarks.
FILES
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/7a7f2f726ebb5c1065000b3c0befcb69b7ce2c
/usr/lib64/libpthreadpool.so.23.8.29
/usr/share/licenses/pthreadpool
/usr/share/licenses/pthreadpool/LICENSE
REQUIRES
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.34)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_ABI_DT_RELR)(64bit)
rpmlib(CaretInVersions) 4.15.0-1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rtld(GNU_HASH)
PROVIDES
libpthreadpool.so.23.8.29()(64bit)
pthreadpool 0.0^git20230829.4fe0e1e-7.el10_1
pthreadpool(x86-64) 0.0^git20230829.4fe0e1e-7.el10_1
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/ba a
/usr/lib/.build-id/ba/7a7f2f726ebb5c1065000b3c0befcb69b7ce2c a
/usr/lib64/libpthreadpool.so.23.8.29
/usr/share/licenses/pthreadpool
/usr/share/licenses/pthreadpool/LICENSE l
LICENSE FILES
BSD-2-Clause
|