| commit | 7f3f0a24f5dfd2edf2559bf220902d10eb50a496 | [log] [tgz] |
|---|---|---|
| author | Bernardo Bruning <bernardo.bruning@gmail.com> | Wed Jan 26 22:17:52 2022 -0300 |
| committer | Bernardo Bruning <bernardo.bruning@gmail.com> | Wed Jan 26 22:17:52 2022 -0300 |
| tree | bfa5efbf27f4d52313a672b13ef4acbc686c7579 | |
| parent | 4a3a7d9777efa0a74e3e9b05e0a2ecb81ad222da [diff] |
Change size of buffer json
μ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.