Domainslib 0.3.0
This release includes:
- A breaking change for
Taskpools where thenum_domainsargument has been renamednum_additional_domainsto clear up potential confusion; see #31. - A new work-stealing scheduler for
Taskpools using domain local Chase Lev deques #29; this can improve performance significantly for some workloads. - A removal of closure allocation in
Chan#28. - A move to using the
Mutex&Conditionmodules for the implementation ofChan#24. - Various documentation and packaging improvements (#21, #27, #30, #32).