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

Game persistence #22

Open
BerendWouters opened this issue Jan 24, 2021 · 0 comments
Open

Game persistence #22

BerendWouters opened this issue Jan 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@BerendWouters
Copy link
Member

Using protobuf is nice, but has some drawbacks:

  • Reading/Writing (and related deserialization) is slow and causes concurrency issues once in a while. Ususally not that big of an issue, but better prevent it
  • Storing files in containers is by default a bad idea. Better use a volume mapped solution (or even better, dedicated storage abstractions).
@BerendWouters BerendWouters added bug Something isn't working enhancement New feature or request labels Jan 24, 2021
@BerendWouters BerendWouters added this to the Release 1 milestone Jan 24, 2021
@BerendWouters BerendWouters self-assigned this Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant