google-protobuf-dynamic
google-protobuf-dynamic copied to clipboard
Fast and complete Perl protobuf implementation using uPB and Google .proto parser
I am trying to install Google::ProtocolBuffers::Dynamic on RHEL 8.4 using cpanm but it fails. I have protobuf-c and protobuf-devel already installed. I have pasted the protobuf lib version and build.log...
Towards perlcritic and perltidy cleanliness. Not quite there yet due to bugs e.g. in Data::Dumper's output, but a bit cleaner in any case IMO, FWIW.
Would be nice to have a way to resolve protobuf message names to the perl classes they are mapped to at runtime. So if I have a protobuf bytes blob...
TBD whether they should create a fresh array every time or store it on first fetch. Also check this does not change the behaviour of other list accessors.
Is the library considered thread-safe? I am trying to use it in freeradius. The software makes use of threads and handles tons of requests. And, unluckily, it crashed randomly unless...