guile-knots/tests
Christopher Baines dc2fe732ea Make the parallel operations more continuous
Instead of batching the list items, change the batch size to a
parallelism limit and run up to that many fibers. When the processing
of one list item finishes, another will then start immediately after,
rather than when the whole batch is finished.

These changes also make the fibers-map and fibers-for-each operations
work with vectors as well as lists.
2024-12-22 12:24:49 +00:00
..
non-blocking.scm Initial commit 2024-12-16 09:18:12 +00:00
parallelism.scm Make the parallel operations more continuous 2024-12-22 12:24:49 +00:00
promise.scm Initial commit 2024-12-16 09:18:12 +00:00
queue.scm Initial commit 2024-12-16 09:18:12 +00:00
resource-pool.scm Initial commit 2024-12-16 09:18:12 +00:00
timeout.scm Initial commit 2024-12-16 09:18:12 +00:00
web-server.scm Initial commit 2024-12-16 09:18:12 +00:00
worker-threads.scm Initial commit 2024-12-16 09:18:12 +00:00