Serialization woes

Robert Jacques sandford at jhu.edu
Thu Apr 19 06:06:54 PDT 2012


On Thu, 19 Apr 2012 02:25:54 -0500, Jacob Carlborg <doob at me.com> wrote:

> On 2012-04-19 01:53, Robert Jacques wrote:
>> On Wed, 18 Apr 2012 11:36:11 -0500, Jacob Carlborg <doob at me.com> wrote:
>>
>>> On 2012-04-18 14:49, Robert Jacques wrote:
>>>
>>>> Just to clarify, is
>>>>
>>>> When orange was first posted, I noticed and reported some performance
>>>> issues. I don't know if they've been fixed.
>>>
>>> I can't see any issue reported about performance at github or dsource.
>>> If they just where posted here I can have easily missed it.
>>
>> I posted my initial impressions and then discussed with you in the
>> `Request for pre-review: std.serialization/orange` thread back in
>> September. I also have this vague memory of the deserializer being O(N^2).
>
> Yeah, I remember that. But I don't remember you mentioning performance
> issues. I remember it being most design related things. Anyway, it's
> always best to report issues in (now) github so it doesn't get lost .
>

O(N^2) vs O(N logN) is a performance issue :)


More information about the Digitalmars-d mailing list