Published December 28, 2023
| Version v4.0.1
Software
Open
A C++17 Thread Pool for High-Performance Scientific Computing
Authors/Creators
Description
v4.0.1 (2023-12-28)
- Fixed linkage issue caused by the global variables
BS::this_thread::get_indexandBS::this_thread::get_poolnot being defined asinline. See 134 and 137. - Fixed redundant cast in the
BS::thread_pool::blocksclass, and added-Wuseless-castto the GCC warning flags inBS_thread_pool_test.ps1to catch similar issues in the future. See 133. - Each of the three files
BS_thread_pool_test.cpp,BS_thread_pool.hpp, andBS_thread_pool_utils.hppnow contains three macros indicating the major, minor, and patch version of the file. In addition,BS_thread_pool_test.cppnow checks whether the versions of all three files match, and aborts compilation if they do not.
Notes
Files
bshoshany/thread-pool-v4.0.1.zip
Files
(89.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:f4544e6382052cc162d0bd6e4d7290b4
|
89.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/bshoshany/thread-pool/tree/v4.0.1 (URL)