Skip to content

Encoding of interpreter-level script representation #7

Description

@foxcpp

Sieve scripts might be loaded many times again and again while processing incoming messages. While it is possible to store interp.Script objects in memory, a practical implementation might want to avoid doing so as the size and amount of scripts can be significant. One potential solution is to define an efficient encoding of interp.Script data so it can be quickly restored from external cache on-demand without the cost of parsing the original Sieve code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions