https://github.com/lmj/lparallel.git
git clone 'https://github.com/lmj/lparallel.git'
(ql:quickload :lparallel)
lparallel is a library for parallel programming in Common Lisp, featuring
See http://lparallel.org for documentation and examples.
lparallel should run on any Common Lisp implementation supported by bordeaux-threads. The following implementations successfully pass the test suite:
To run tests, load lparallel-test.asd and call (lparallel-test:execute).
To run benchmarks, load lparallel-bench.asd and call
(lparallel-bench:execute N) where N is the number of worker threads.
James M. Lawrence mailto:llmjjmll@gmail.com