Skip to content

Domainslib 0.3.0

Choose a tag to compare

@ctk21 ctk21 released this 08 Jun 11:44
0a3b4f3

This release includes:

  • A breaking change for Task pools where the num_domains argument has been renamed num_additional_domains to clear up potential confusion; see #31.
  • A new work-stealing scheduler for Task pools 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 & Condition modules for the implementation of Chan #24.
  • Various documentation and packaging improvements (#21, #27, #30, #32).