As for performance, I found that there is better throughput as
concurrency grows when I tested the 1.3 tree a while back.

I haven't actually profiled the internals (really should with dtrace..),
but I suspect that it is the performance gain in the parser that
caused this gain (as we would expect).

Toru

On Wed, Jan 28, 2009 at 7:47 AM, Aaron Stone <[email protected]> wrote:
>
> Hi Nick,
>
> There are two big issues that the binary protocol seeks to solve,
> IMHO: consistently implementing features that were shoehorned into the
> text protocol (e.g. compare-and-swap), and giving a mechanism for
> future extensions to the protocol.
>
> I don't recall there being any significant performance difference, but
> search the mailing list to double-check that.
>
> Aaron
>
> On Tue, Jan 27, 2009 at 11:26 AM, NICK VERBECK <[email protected]> wrote:
>>
>> I was wanting to know what the benefits of the Binary protocol over
>> the String Protocol are? As well as do you guys have any preliminary
>> stats numbers on these benefits.
>>
>> --
>> Nick Verbeck - NerdyNick
>>
>

Reply via email to