|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
Using iteration over Klass*'es as an example:
Currently we have:
O(f(n)) where n = |K| (Klasses) and K = { x | x == Klass* }
We should instead do:
O(f(n)) where n = |ITK| (Incrementally Tagged Klasses), i.e. ITK = { x | Kx && new_tag_in_epoch(x) }
|