Re: [protobuf] Re: [hypergraphdb] Re: Thoughts on Issue #21 - Looking for peer review comments...

2010-04-12 Thread Kenton Varda
I'm a bit confused about how constructing a builder could be as slow as you describe it. It's just an object allocation. Granted, two objects need to be allocated instead of just one, due to the builder design, but object allocations aren't very expensive. Can you provide more detail on what

Re: [protobuf] Re: [hypergraphdb] Re: Thoughts on Issue #21 - Looking for peer review comments...

2010-04-12 Thread Kenton Varda
Note: I apparently do not have permission to post to hypergraphdb. On Sun, Apr 11, 2010 at 11:17 PM, Kenton Varda ken...@google.com wrote: I'm a bit confused about how constructing a builder could be as slow as you describe it. It's just an object allocation. Granted, two objects need to

[protobuf] Re: [hypergraphdb] Re: Thoughts on Issue #21 - Looking for peer review comments...

2010-04-11 Thread David Hart
Hi All, Please cross-post all (any) followups to this thread. Now, please see this: On 12/04/2010, at 8:19, Drew Botwinick drew.botwin...@gmail.com wrote: I'm gonna go a bit off-topic and I apologize in advance for doing that. Protocol Buffers are probably not the best match here as Boris