Skip to content

Storage access caching (server) #3

Description

@camelop

Migrated from: https://github.com/camelop/dds-dev/issues/14

Idea

We can reduce the protocol execution communication cost by caching some of the storage content used during the computation. Because we have read-only variables with globally unique naming, we can cache the key-value pairs.

Specifically,

  • The server can cache external (in variable transfer protocol) variables transferred from other parties.
  • The SDK can cache variables used during execution in memory to avoid communicating with the server.

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions