haberman / upb
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (7)
- Graphs
-
Branch:
master
upb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Aug 04 17:51:17 -0700 2009 | |
| |
LICENSE | Mon May 25 18:31:27 -0700 2009 | |
| |
Makefile | Tue Dec 29 19:41:51 -0800 2009 | |
| |
README | Mon Aug 03 17:22:03 -0700 2009 | |
| |
TODO | Sun Aug 30 20:05:35 -0700 2009 | |
| |
benchmarks/ | Tue Jan 05 18:30:36 -0800 2010 | |
| |
descriptor/ | Mon Jan 04 18:28:10 -0800 2010 | |
| |
gen-deps.sh | Sat Aug 15 20:20:28 -0700 2009 | |
| |
lang_ext/ | Thu Nov 26 20:03:07 -0800 2009 | |
| |
perf-regression-test.py | Tue Aug 04 22:10:03 -0700 2009 | |
| |
perf-tests.sh | Wed Aug 12 13:47:24 -0700 2009 | |
| |
src/ | Tue Jan 05 18:30:36 -0800 2010 | |
| |
tests/ | Tue Jan 05 18:30:36 -0800 2010 | |
| |
tools/ | Mon Jan 04 20:22:12 -0800 2010 |
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.
