Skip to content

pika 0.11.0

Compare
Choose a tag to compare
@msimberg msimberg released this 07 Dec 08:57
· 2128 commits to main since this release
0.11.0
c4ca06f

New features

Breaking changes

  • All parallel algorithms have been moved to a new repository that depends on pika: https://github.com/pika-org/pika-algorithms. (#505)
  • fmt is now a required dependency. (#487)
  • The default allocator has been changed from tcmalloc to mimalloc. (#501)
  • Cleaned up various modules and moved minor functionality into detail namespaces. (#483, #508, #509)

Bugfixes