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

2010-04-11 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 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 > be allocated ins

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

2010-04-11 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 you