-
Notifications
You must be signed in to change notification settings - Fork 48
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
Memory model v2 #438
Labels
Comments
During experiments with new memory model, I found out, that is will be very useful to know the non-native field type size at compile time. So this task is required: |
PRs, synced with the current issue: Note: Please do not edit this comment; it's generated automatically. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current memory model version allowed us to implement multiple complex algorithms. Now, we need to upgrade it according to our needs and make it more suitable for usage in the following use-cases:
Suggestions on the plan how to resolve this issue:
The text was updated successfully, but these errors were encountered: