Re: Gdome2 performances

Luca Padovani <[email protected]> 14 Jul 2003 22:03:26 +0200
Newsgroups gmane.comp.gnome.gdome
Message-ID <1058213005.584.30.camel@giraffe>
On Mon, 2003-07-14 at 21:56, Luca Padovani wrote:
> the end. This means that the cost of creating an element with
> createElementNS is quadratic in the number of nodes with namespace
> created. 

I mean: the cost of creating ONE element is linear in the number of
elements created so far, hence the overall cost of creating a document
is quadratic in the number of nodes of the document.

--lp