Re: [protobuf] Performance for Messages containing big (1...100MByte) binary blobs

2018-01-11 Thread Henner Zeller
On 11 January 2018 at 04:20, Mario Emmenlauer wrote: > > Hi, > > On 11.01.2018 13:13, rschoe@gmail.com wrote: >> Hi, >> How do Protocol Buffers (C++) perform when messages contain big binary >> blobs? With big I mean 1 ... 100MByte. > > My impression was that its not very suitable for that. I

Re: [protobuf] Where is Protocol Buffers wire level specification?

2018-01-11 Thread Sergei Gnezdov
Thank you That is useful. I thought that there is an official specification. On Tuesday, January 9, 2018 at 9:24:19 AM UTC-8, Josh Humphries wrote: > > This describes the basic encoding of protobuf messages into bytes: > https://developers.google.com/protocol-buffers/docs/encoding > > The forma

Re: [protobuf] Performance for Messages containing big (1...100MByte) binary blobs

2018-01-11 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Jan 11, 2018 at 4:58 AM, wrote: > Thanks for the reply :) > > I was planning to use the "bytes" Proto-Type from the proto3 language > specification (see here: https://developers.google.com/ > protocol-buffers/docs/proto3). > It seems to be suited to transfer binary blobs. > > However in t

Re: [protobuf] Performance for Messages containing big (1...100MByte) binary blobs

2018-01-11 Thread rschoe . ibm
Thanks for the reply :) I was planning to use the "bytes" Proto-Type from the proto3 language specification (see here: https://developers.google.com/protocol-buffers/docs/proto3). It seems to be suited to transfer binary blobs. However in the Techniques section of the ProtocolBuffers documentat

Re: [protobuf] Performance for Messages containing big (1...100MByte) binary blobs

2018-01-11 Thread Mario Emmenlauer
Hi, On 11.01.2018 13:13, rschoe@gmail.com wrote: > Hi, > How do Protocol Buffers (C++) perform when messages contain big binary blobs? > With big I mean 1 ... 100MByte. My impression was that its not very suitable for that. Its a while ago that I checked but there was no plain binary encodi

[protobuf] Performance for Messages containing big (1...100MByte) binary blobs

2018-01-11 Thread rschoe . ibm
Hi, How do Protocol Buffers (C++) perform when messages contain big binary blobs? With big I mean 1 ... 100MByte. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an emai

[protobuf] Re: regarding disabling rpath

2018-01-11 Thread Denis Bakhvalov
Hi, I found the solution here: https://wiki.debian.org/RpathIssue Here is what helped me to solve this issue: sed -i -r 's/(runpath_var)=.*$/\1=''/' ./configure sed -i -r 's/(hardcode_into_libs)=.*$/\1=no/' ./configure sed -i -r 's/(hardcode_libdir_flag_spec)=.*$/\1=''/' ./configure sed -i -r 's/(