From kfm-devel Tue Oct 12 13:10:44 2004 From: Allan Sandfeld Jensen Date: Tue, 12 Oct 2004 13:10:44 +0000 To: kfm-devel Subject: Re: AnandTech review of Safari Message-Id: <200410121510.44251.kde () carewolf ! com> X-MARC-Message: https://marc.info/?l=kfm-devel&m=109758647327913 On Tuesday 12 October 2004 12:44, Kevin Krammer wrote: > On Sunday 10 October 2004 01:45, Shift wrote: > > Konqueror is perhaps very slow because the Rellinks plugins is installed > > ? If you want to understand read my comment of 2004-10-08 in > > http://shift.freezope.org/konq_rellinks/ Sorry again for the bug :) > > To be fair you couldn't have known that NodeList::length() was not O(1) as > usually with lists, there is not the faintest hint in its API docs. > Yes, part of the bug is in NodeList. A class shouldn't have a method called length() unless it can calculate it _fast_. In this case the method would have been better named countLength(). `Allan