commit | 8269f607032d75e6c5981c9b78dd7d337dbf5652 | [log] [tgz] |
---|---|---|
author | Shyam Jayaraman <bjornick@google.com> | Mon May 04 14:55:50 2015 -0700 |
committer | Shyam Jayaraman <bjornick@google.com> | Mon May 04 14:55:57 2015 -0700 |
tree | bc39e612614110261b42aefc9524dc7e06e34968 | |
parent | 67949a67ec070954e4464085e63cae9c84680f9c [diff] |
wspr: Share an encoder and decoder for all js clients. This improves RPC performance by 50% because the most expensive part of making an rpc is encoding the type message. This is really an interim change, since the real solution is to have a separate type flow that is shared by all messages from wspr to go. This improves: https://github.com/vanadium/issues/issues/421 MultiPart: 2/3 Change-Id: Id9ebe77fbe04c143b2728af24003082d810d7ff4
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.