-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request