TBR xref: Add FromZero to generated Targets

benchmark                        old ns/op     new ns/op     delta
BenchmarkVomEncodeRequest-4      5670          5523          -2.59%
BenchmarkVomDecodeRequest-4      8761          6533          -25.43%
BenchmarkVomEncodeResponse-4     5542          4892          -11.73%
BenchmarkVomDecodeResponse-4     5648          3639          -35.57%

benchmark                        old allocs     new allocs     delta
BenchmarkVomEncodeRequest-4      1              1              +0.00%
BenchmarkVomDecodeRequest-4      32             15             -53.12%
BenchmarkVomEncodeResponse-4     7              6              -14.29%
BenchmarkVomDecodeResponse-4     19             6              -68.42%

benchmark                        old bytes     new bytes     delta
BenchmarkVomEncodeRequest-4      224           224           +0.00%
BenchmarkVomDecodeRequest-4      1328          976           -26.51%
BenchmarkVomEncodeResponse-4     1568          1440          -8.16%
BenchmarkVomDecodeResponse-4     1064          760           -28.57%

MultiPart: 2/6
Change-Id: Id728efe6f6a3a9328eaad6cee4afab548770cfad
78 files changed
tree: a3915f2ab373c4eb3d5be5f3af72496ddbf6ea51
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

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.