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

enhance classes to use a star-like storage architecture #22

Open
lllwvlvwlll opened this issue Jan 21, 2022 · 0 comments
Open

enhance classes to use a star-like storage architecture #22

lllwvlvwlll opened this issue Jan 21, 2022 · 0 comments

Comments

@lllwvlvwlll
Copy link
Member

Currently, we primarily rely on class instance serialization/deserialization. In many cases this is the best approach, but it is fee inefficient. This issue will enhance classes to use a star structure for class storage where the mutable properties are individually stored to reduce update costs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant