Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix a bug in fibers-batch-map (and related procedures)•••And add more tests. | Christopher Baines | 2024-12-27 |
* | 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. | Christopher Baines | 2024-12-22 |
* | Initial commit | Christopher Baines | 2024-12-16 |