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 2fdc9df97e Other than a couple memory leaks, "make descriptorgen" works again! 15 years ago
benchmarks Make defs refcounted, rename upb_context->upbsymtab. 15 years ago
descriptor Correct descriptor: initialize base. 15 years ago
lang_ext/python Make upb_msgdef own all its data. 15 years ago
src Other than a couple memory leaks, "make descriptorgen" works again! 15 years ago
tests Truly fixed type cyclic refcounting. 15 years ago
tools Other than a couple memory leaks, "make descriptorgen" works again! 15 years ago
.gitignore
LICENSE
Makefile Only remaining undefined symbol is upb_msg_parsestr. 15 years ago
README
TODO Small C++ header fixes. 15 years ago
gen-deps.sh
perf-regression-test.py
perf-tests.sh

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.