Implementation issue.
Set is based on dictionary and thus a waste of memory. We want low memory footprint and fast access (adding is only down when loading a model). Array is the best solution, occasionally adding element with copyWith:. But we should make sure that no duplicates are added, and raise error if someone tries so! I guess that test is missing.
AA
On 22 Nov 2007, at 15:28 , stephane ducasse wrote:
or an OrderedSet?
Stef _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev