| commit | 34a3f12d63a7614466a398303d07172b92020483 | [log] [tgz] |
|---|---|---|
| author | Joshua Haberman <jhaberman@gmail.com> | Wed Dec 01 14:57:44 2021 -0800 |
| committer | GitHub <noreply@github.com> | Wed Dec 01 14:57:44 2021 -0800 |
| tree | 6a7e6f0ef51b4cbaea2fe4296af7716f91195669 | |
| parent | 272614dfd7c1f27b4ee82838e634f43d75ee7f83 [diff] | |
| parent | be383022c5f6a2514af6a1b82e30810850471d15 [diff] |
Merge pull request #457 from haberman/fix-main Removed the explicit define of __SANITIZE_ADDRESS__.
μ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.