Re: [xml-dev] genx - consensus items

From
Karl Waclawek <>
To
Rich Salz <>
Date
2004-01-23T18:49:55Z
ID
<001e01c3e1e1$b137ef30$9e539696@citkwaclaww2k>
Thread
Re: [xml-dev] genx - consensus items
----- Original Message ----- 
From: "Rich Salz" <>


> > Naively I would think that if you have N attributes you
> > have to perform N*(N-1)/2 comparisons to detect duplicates
> > (not good for large N as this grows quadratically).
> 
> Does it matter?  Premature optimization is the root of all evil... -- Hoare.

Maybe not, but that was the topic.

Karl