aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Mattia Barbon <mattia.barbon@booking.com>2016-07-09 15:59:38 +0200
committerGravatar Mattia Barbon <mattia.barbon@booking.com>2016-07-09 16:10:32 +0200
commit297ec746cd069a36942dfa0769cb5301d6b1c26b (patch)
treeb2414fe88cc45daa8bd411322c8a08f4a84c565b /docs
parent8779cba302f330f478ce10c4e58a34e7b6360471 (diff)
Uses Google's C++ library for .proto parsing and uPB for protobuf encoding/decoding; it supports both proto2 and proto3 syntax and encoding/decoding is more than 10 times faster than pure-Perl Google::ProtocolBuffers.
Diffstat (limited to 'docs')
-rw-r--r--docs/third_party.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index 021cc564..33666088 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -63,6 +63,7 @@ These are projects we know about implementing Protocol Buffers for other program
* OCaml: http://piqi.org/
* Perl: http://groups.google.com/group/protobuf-perl
* Perl: http://search.cpan.org/perldoc?Google::ProtocolBuffers
+* Perl: https://metacpan.org/pod/Google::ProtocolBuffers::Dynamic
* Perl/XS: http://code.google.com/p/protobuf-perlxs/
* PHP: http://code.google.com/p/pb4php/
* PHP: https://github.com/allegro/php-protobuf/