Re: [protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-16 Thread 'Feng Xiao' via Protocol Buffers
On Mon, Dec 15, 2014 at 8:33 PM, Sumit Kumar kumar.su...@hotmail.com wrote: Does Arena allocator support custom memory pool override ? Can NUMA aware memory pools be used instead ? No. We can consider adding support for custom memory pools, but I think it might be very hard. The current arena

Re: [protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-15 Thread Vladimir Agafonkin
Hi Feng, As far I know, protobuf wire format does not have much of an advantage over JSON format on web apps because the payload is usually small enough and encoding/decoding protobuf wire format with Javascript does not necessarily have a better performance than the built-in JSON

[protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-12 Thread Jeremy Swigart
Does the arena allocator also get used by messages allocated as children of the root message? -- 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 email to

Re: [protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-12 Thread 'Feng Xiao' via Protocol Buffers
On Fri, Dec 12, 2014 at 5:56 AM, Jeremy Swigart jswig...@gmail.com wrote: Does the arena allocator also get used by messages allocated as children of the root message? Yes. -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To

Re: [protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-11 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Dec 10, 2014 at 9:19 PM, chai2010 chaishus...@gmail.com wrote: Feng Xiao, I have some questions: 1. does protobuf3 will include golang compiler? Go protobuf is in its own repository and proto3 will supported there. See: https://github.com/golang/protobuf 2. does protobuf3 have a

Re: [protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-11 Thread Michael Haberler
Hallo Feng, Am 11.12.2014 um 05:51 schrieb Feng Xiao xiaof...@google.com: Hi all, I just published protobuf v3.0.0-alpha-1 on our github site: https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-1 a question on structuring web applications further downstream: you mention

Re: [protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-11 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Dec 11, 2014 at 12:02 PM, Michael Haberler mai...@mah.priv.at wrote: Hallo Feng, Am 11.12.2014 um 05:51 schrieb Feng Xiao xiaof...@google.com: Hi all, I just published protobuf v3.0.0-alpha-1 on our github site: https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-1

[protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-10 Thread Feng Xiao
Hi all, I just published protobuf v3.0.0-alpha-1 on our github site: https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-1 This is the first alpha release of protobuf v3.0.0. In protobuf v3.0.0, we will add a new protobuf language version (aka proto3) and support a wider range of

Re: [protobuf] Protobuf Buffers v3.0.0-alpha-1

2014-12-10 Thread chai2010
Feng Xiao, I have some questions: 1. does protobuf3 will include golang compiler? 2. does protobuf3 have a spec doc (link?) ? Thanks. 2014-12-11 12:51 GMT+08:00 Feng Xiao xiaof...@google.com: Hi all, I just published protobuf v3.0.0-alpha-1 on our github site: