protobuf benchs: invoke protoc once with all protos (#623)

Before:

    $ time ./compile-protos.sh
    ...
    ./compile-protos.sh  102.82s user 8.70s system 153% cpu 1:12.75 total

After:

    $ time ./compile-protos.sh
    ...
    ./compile-protos.sh  6.26s user 0.57s system 141% cpu 4.820 total
1 file changed
tree: 63165a27d39cbb70357b96deca53c1e20dc938b8
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protoc_plugin/
  5. query_benchmark/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. mono_repo.yaml
  10. README.md
README.md

Protobuf support for Dart

CI status pub package

Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

This repository is home to packages related to protobuf for Dart. It contains: