Skip to content

A new scheme for se/de values #157

@mikevoronov

Description

@mikevoronov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-memoryarea: related to improving memory hadlingT-optimizationtrack: optimization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions