On 01/16/15 20:19, Richard Smith wrote: > N here is the number of classes. As a worst case, imagine a long > inheritance chain; class I would store a set of I-1 elements and we > store N^2 set elements overall. As you say, the typical case should be > significantly better. Ah, N^2 over all the classes involved. I understand your point now. nathan