nim-taskpools/benchmarks/single_task_producer
Jacek Sieka 2fb9bf9cc6
enable `styleCheck:usages`
2022-04-06 14:30:09 +02:00
..
README.md initial commit 2021-06-28 16:47:06 +02:00
taskpool_spc.nim enable `styleCheck:usages` 2022-04-06 14:30:09 +02:00

README.md

Simple single-producer multiple consumers benchmarks

SPC A Simple Producer-Consumer benchmark.

A single worker produces n tasks, each running for t microseconds. This benchmark allows us to test how many concurrent consumers a single producer can sustain.