Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joshua Haberman 1733b58257 Fix a few small compile warnings. 16 years ago
benchmarks Integrated benchmarks into main Makefile. 16 years ago
descriptor Add a friendly comment at the top of auto-generated C files. 16 years ago
src Fix a few small compile warnings. 16 years ago
tests Fix tests (and src) such that all tests pass again. 16 years ago
tools Add a friendly comment at the top of auto-generated C files. 16 years ago
.gitignore Makefile is much improved ("make deps" works again, etc). 16 years ago
LICENSE A flurry of activity. Doesn't compile yet. 16 years ago
Makefile Integrated benchmarks into main Makefile. 16 years ago
README Fix tests (and src) such that all tests pass again. 16 years ago
gen-deps.sh Makefile is much improved ("make deps" works again, etc). 16 years ago
perf-cppflags Integrated benchmarks into main Makefile. 16 years ago

README


upb - a minimalist implementation of protocol buffers.

- For API documentation, see the header files.
- To build type "make".


ROADMAP OF THE SOURCE
=====================

benchmark/
Benchmarks of upb and other protocol buffer implementations.
descriptor/
Files that describe the format of Protocol Buffer "descriptors", which are
protocol buffers that describe the format of other protocol buffers. These
are used extensively inside upb.
labs/
Code that is not part of upb, but contains efficiency-related experiments
about alternate ways of implementing things. When possible, these are
benchmarked by the tests in benchmark/. We also test these with the tests
in tests/, to ensure that the alternate implementations are actually correct.
src/
The core source directory. builds into src/libupb.a.
tests/
Unit tests.
tools/
Command-line tools like the upb compiler.


CONTACT
=======

Author: Joshua Haberman (joshua@reverberate.org, haberman@google.com)
See LICENSE for copyright information.