| commit | 074a469cbe64a441daba2406cdc066b4357805b6 | [log] [tgz] |
|---|---|---|
| author | Matt Kulukundis <matt.fowles@gmail.com> | Sun Feb 20 13:02:50 2022 -0500 |
| committer | Matt Kulukundis <matt.fowles@gmail.com> | Sun Feb 20 13:03:04 2022 -0500 |
| tree | 94d938b07215db5f75367517564563537778cc50 | |
| parent | 9d6a72c1bca27163765bfbc0bbde17d2ba995ad2 [diff] |
sort file list
μpb (often written ‘upb’) is a small protobuf implementation written in C.
upb is the core runtime for protobuf languages extensions in Ruby, PHP, and (soon) Python.
While upb offers a C API, the C API & ABI are not stable. For this reason, upb is not generally offered as a C library for direct consumption, and there are no releases.
upb has comparable speed to protobuf C++, but is an order of magnitude smaller in code size.
Like the main protobuf implementation in C++, it supports:
upb also supports some features that C++ does not:
However there are a few features it does not support:
protoc.For Ruby, use RubyGems:
$ gem install google-protobuf
For PHP, use PECL:
$ sudo pecl install protobuf
Please see CONTRIBUTING.md.