Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark data structures for optimized (array based) serialization #766

Closed
2 tasks done
hkaiser opened this issue May 9, 2013 · 0 comments
Closed
2 tasks done

Mark data structures for optimized (array based) serialization #766

hkaiser opened this issue May 9, 2013 · 0 comments

Comments

@hkaiser
Copy link
Member

hkaiser commented May 9, 2013

Some of the internal data structures in HPX could be serialized as a byte array. If those get marked up properly we could optimize some of the serialization code. The following data types come to mind:

  • hpx::naming::gid_type
  • hpx::util::tuple<>, only if all its elements are serializable as byte arrays
@ghost ghost assigned hkaiser May 9, 2013
@hkaiser hkaiser closed this as completed in b014b75 May 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant