|
Chris,
> So how *did* you happen across this one ?
Fair question :-)
I was just doing some benchmarking. I've written a little simulation (for
want of a better word) that creates a collection of objects, of
indeterminate size, and then uses that collection as the seeds in generating
another larger collection &etc. I was just wondering if using a LinkedList
to store the collections, which looks as if it might have less overhead per
added entry, was a better choice than OrderedCollection. FWIW, even without
the problem I came across it looks like LinkedList isn't any faster than
OrderedCollection. :-(
--
Ian
Use the Reply-To address to contact me.
Mail sent to the From address is ignored.
|