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

A new scheme for se/de values #157

Open
mikevoronov opened this issue Oct 12, 2021 · 0 comments
Open

A new scheme for se/de values #157

mikevoronov opened this issue Oct 12, 2021 · 0 comments
Labels
A-memory area: related to improving memory hadling T-optimization track: optimization

Comments

@mikevoronov
Copy link
Member

mikevoronov commented Oct 12, 2021

The AIR interpreter both with AVM use serde_json for se/de call_results and call_requests. But serde_json is famous for its memory consumption, that is not so good case for the interpreter compiled to Wasm, because a Wasm memory can't shrink and once increased it will remain this size even if it doesn't needed such memory amount.

Resolves #141.

@mikevoronov mikevoronov added the A-memory area: related to improving memory hadling label Nov 25, 2021
@mikevoronov mikevoronov added T-testing track: testing T-optimization track: optimization and removed T-testing track: testing labels Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-memory area: related to improving memory hadling T-optimization track: optimization
Projects
None yet
Development

No branches or pull requests

1 participant