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

Use DeserializeSeed to improve Universe deserialization #527

Open
kpreid opened this issue Sep 20, 2024 · 0 comments
Open

Use DeserializeSeed to improve Universe deserialization #527

kpreid opened this issue Sep 20, 2024 · 0 comments
Labels
area: data Things related to the data structures underlying the world, and the functions that manipulate them.

Comments

@kpreid
Copy link
Owner

kpreid commented Sep 20, 2024

  • Pass the DeContext / HANDLE_DESERIALIZATION_CONTEXT through DeserializeSeed parameters instead of a thread-local variable.
  • Allow deserializing new universe members into an existing universe? Or should that just be a way to deserialize into a transaction? If the latter, all the more reason to let the DeContext be explicitly managed so the caller can specify which existing universe to use existing handles from.
@kpreid kpreid added the area: data Things related to the data structures underlying the world, and the functions that manipulate them. label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: data Things related to the data structures underlying the world, and the functions that manipulate them.
Projects
None yet
Development

No branches or pull requests

1 participant