Skip to content

libdistributed version 0.0.5

Compare
Choose a tag to compare
@robertu94 robertu94 released this 10 Aug 16:38
· 16 commits to master since this release

libdistributed version 0.0.5

Major Changes

  • BREAKING CHANGE replaced the type_for_datatype api with the more flexible
    distributed::comm::serializer api. Removed old api.
  • BREAKING CHANGE work_queue is now implemented in terms of
    distributed::comm::{send,recv} this changed the behavior of the
    work_queue api when called with an iterable type
  • Code now requires c++17, this may be relaxed in a future release.