package/protozero: new package
authorMaxim Kochetkov <fido_max@inbox.ru>
Thu, 15 Apr 2021 15:03:54 +0000 (18:03 +0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 15 Apr 2021 19:48:15 +0000 (21:48 +0200)
commitfceec335681422ea317cd16c9d9608479f287ce3
tree15fa0781799eafc012c16d3d042074f3316b687f
parent51d55fc132372213c458372d226e6b562d2a6c5f
package/protozero: new package

Minimalistic protocol buffer decoder and encoder in C++.
Designed for high performance. Suitable for writing zero copy
parsers and encoders with minimal need for run-time allocation
of memory.

Low-level: this is designed to be a building block for writing
a very customized decoder for a stable protobuf schema. If your
protobuf schema is changing frequently or lazy decoding is not
critical for your application then this approach offers
no value: just use the C++ API that can be generated with
the Google Protobufs protoc program.

https://github.com/mapbox/protozero

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
DEVELOPERS
package/Config.in
package/protozero/Config.in [new file with mode: 0644]
package/protozero/protozero.hash [new file with mode: 0644]
package/protozero/protozero.mk [new file with mode: 0644]