G
Gustaf
I got an ArrayList with a large amount of objects in (probably no more
than 20000). Every time I add a new object to the array, I need to check
that it hasn't been added already, by comparing two properties from the
new object with every object in the array. It's a slow but necessary
process, because the input files are often overlapping. I'm looking for
ways to make it faster. Someone recommended DictionaryBase. Does anyone
here have positive experiences with it in cases like mine?
Gustaf
than 20000). Every time I add a new object to the array, I need to check
that it hasn't been added already, by comparing two properties from the
new object with every object in the array. It's a slow but necessary
process, because the input files are often overlapping. I'm looking for
ways to make it faster. Someone recommended DictionaryBase. Does anyone
here have positive experiences with it in cases like mine?
Gustaf