summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-09-03 16:29:19 +0000
committerrodri <rgl@antares-labs.eu>2024-09-03 16:29:19 +0000
commitf1904837d4899a92c0beeef674a4efe772b2534d (patch)
treef3306291a66837c522bd8463988cee17e0b0df99 /readme
parent40bfb73938e5b1875cd60a54cda98aa1a99e0792 (diff)
downloadthreadpool-f1904837d4899a92c0beeef674a4efe772b2534d.tar.gz
threadpool-f1904837d4899a92c0beeef674a4efe772b2534d.tar.bz2
threadpool-f1904837d4899a92c0beeef674a4efe772b2534d.zip
new experiments: main[67].
Diffstat (limited to 'readme')
-rw-r--r--readme2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme b/readme
index c6ead14..14e4822 100644
--- a/readme
+++ b/readme
@@ -7,3 +7,5 @@ Thread pool experiments.
- main3: qlocked task queue
- main4: channel-based memimage line raster task
- main5: channel-based memimage block raster task
+ - main6: main4 with counted task execution
+ - main7: main5 with counted task execution