commit | c9c31241bc39922b092a81d192badd50cccaaa81 | [log] [tgz] |
---|---|---|
author | Joshua Haberman <jhaberman@gmail.com> | Mon Feb 14 22:03:28 2022 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 14 22:03:28 2022 -0800 |
tree | 6c0ccec007a8a92280261be36c863d05cbadbbde | |
parent | 4b15cf3da2e3d4ec10961d02a25bbfbc2ac6d34a [diff] | |
parent | db0796fe490652eae523c22fdeb2e85739f99163 [diff] |
Merge pull request #504 from haberman/utf8-range-fix Added an extra __aarch64__ include guard
μ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.