You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/05/11 09:14:17 UTC

[GitHub] [incubator-zipkin] adriancole opened a new pull request #2584: Adds cheap string encoding for IpV4 path used in protobuf

adriancole opened a new pull request #2584: Adds cheap string encoding for IpV4 path used in protobuf
URL: https://github.com/apache/incubator-zipkin/pull/2584
 
 
   Commonly, we parse protobuf, but write json. This implies reading bytes
   and encoding IP literals. This improves performance of IpV4 address
   encoding and tries to pay for the extra bytecode by removing some.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services