Monthly Archives: May 2012

lparallel-1.4.0 released

added function task-categories-running new special variable *debug-tasks-p* — setting it to false will transfer errors instead of invoking the debugger inside tasks; default is true added convenience function invoke-transfer-error for local control over debugging tasks: (task-handler-bind ((error #’invoke-transfer-error)) …) (task-handler-bind … Continue reading

Posted in Uncategorized | Leave a comment

lparallel-1.3.0 released

new support for fine-grained parallelism with `defpun’ new work-stealing model with lockless queues and optional spinning; enabled by default on SBCL, others default to central queue added pfind, pcount, plet-if, pfuncall fixed redundant restart in `chain’ `fulfill’ now accepts non-promises … Continue reading

Posted in Uncategorized | Leave a comment