Efficient ProjectionSet data structure
To increase lookup and memory efficiency, the projections could be stored e.g. as integers within an AVL tree.
BTW: Projection
class could come handy as well (logical vector with extras, cf. extendVec
).
To increase lookup and memory efficiency, the projections could be stored e.g. as integers within an AVL tree.
BTW: Projection
class could come handy as well (logical vector with extras, cf. extendVec
).