libdistributed version 0.0.10
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