High performance, concurrent functional programming abstractions
Go to file
Harendra Kumar bdaefb3cff Reuse threads instead of creating fresh every time
Improved the empty thread benchmark by more than 5 times.  Work is now queued
to a common queue and all the worker threads pick it up from there.
2017-08-27 02:23:21 +05:30
benchmark Fix warning in benchmark 2017-08-24 03:49:32 +05:30
examples Fix, delete, move examples 2017-08-24 03:45:29 +05:30
src Reuse threads instead of creating fresh every time 2017-08-27 02:23:21 +05:30
test Add test case for hierarchical alternative composition 2017-08-25 23:38:06 +05:30
asyncly.cabal Implement fork for Alternative instance 2017-08-15 18:36:26 +05:30
LICENSE Initial commit 2017-06-07 21:02:27 +05:30
README.md Initial commit 2017-06-07 21:02:27 +05:30
stack.yaml Simplify push-pull split, fix monoid instance 2017-08-18 07:12:29 +05:30

This is an experimental package derived from the transient package by Alberto G. Corona.