Skip to content

libdistributed version 0.0.10

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

libdistributed version 0.0.10

Major Changes:

  • Added support for serializing allocated pointers
  • Use std::move where appropriate to avoid copying large types
  • Exposed more functionality from the underlying library to better
    encapsulate the underlying parallel framework

Minor Changes

  • Improved documentation completeness

Bug Fixes:

  • Fixed invalid displacements in std::pair's serializer
  • Include missing includes for some platforms