This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
upb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Aug 04 17:51:17 -0700 2009 | |
| |
LICENSE | Mon May 25 18:31:27 -0700 2009 | |
| |
Makefile | Sat Dec 05 19:54:38 -0800 2009 | |
| |
README | Mon Aug 03 17:22:03 -0700 2009 | |
| |
TODO | Sun Aug 30 20:05:35 -0700 2009 | |
| |
benchmarks/ | Sat Dec 05 10:32:53 -0800 2009 | |
| |
descriptor/ | Sat Dec 05 10:32:53 -0800 2009 | |
| |
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/ | Sun Dec 06 17:15:56 -0800 2009 | |
| |
tests/ | Sun Dec 06 16:29:29 -0800 2009 | |
| |
tools/ | Sun Dec 06 17:12:26 -0800 2009 |
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.







