This pull request introduces a breaking change that modifies how developers interact with the persistence state using SDK. The proposed approach aims to enhance read performance, particularly for complex data structures like arrays, variable arrays, maps, and classes.
This implementation streamlines data retrieval by leveraging atomic storage, resulting in improved efficiency and responsiveness when handling intricate field types.
closes #60
Changes include
[ ] Bugfix (non-breaking change that solves an issue)
[X] New feature (non-breaking change that adds functionality)
[X] Breaking change (change that is not backwards-compatible and/or changes current functionality)
Checklist
[X] I have assigned this PR to myself
[X] I have added at least 1 reviewer
[X] I have tested this code
[X] I have updated the README and other relevant documents (guides...)
Implement Atomic Storage Support
This pull request introduces a breaking change that modifies how developers interact with the persistence state using SDK. The proposed approach aims to enhance read performance, particularly for complex data structures like arrays, variable arrays, maps, and classes.
This implementation streamlines data retrieval by leveraging atomic storage, resulting in improved efficiency and responsiveness when handling intricate field types.
Changes include
Checklist