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

Comptime option for deserialize: Append, Overwrite, Insert #190

Open
Avokadoen opened this issue Sep 7, 2024 · 0 comments
Open

Comptime option for deserialize: Append, Overwrite, Insert #190

Avokadoen opened this issue Sep 7, 2024 · 0 comments
Labels
ezby relates to the binary format for ecez proposal A *potential* improvement

Comments

@Avokadoen
Copy link
Owner

Add a new option to deserialize:

  • Overwrite: current behavior. Storage is emptied of any current data. Byte stream will be the only state in the storage
  • Append: Write to the end of the storage, dont delete existing data. Entities in the stream will have current storage added to their ID
  • Insert: Insert the byte stream at a offset with a combination of overwrite and append logic
@Avokadoen Avokadoen added proposal A *potential* improvement ezby relates to the binary format for ecez labels Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ezby relates to the binary format for ecez proposal A *potential* improvement
Projects
None yet
Development

No branches or pull requests

1 participant