diff options
author | rodri <rgl@antares-labs.eu> | 2024-09-02 13:13:03 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-09-02 13:13:03 +0000 |
commit | 877f2c0b88321839b939d1031ad7e5a386d89dc0 (patch) | |
tree | 063c456969092f423d1ad4289772a80233718840 /readme | |
download | threadpool-877f2c0b88321839b939d1031ad7e5a386d89dc0.tar.gz threadpool-877f2c0b88321839b939d1031ad7e5a386d89dc0.tar.bz2 threadpool-877f2c0b88321839b939d1031ad7e5a386d89dc0.zip |
parallel experiments lain.
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +threadpool + +Thread pool experiments. + + - main1: channel-based task queue + - main2: rendezvous point task queue + - main3: qlocked task queue + - main4: channel-based memimage line raster task |