Hi, Do you have any tips about dealing with a type hierarchy that has one superclass for all types? For example a Value superclass with Boolean, String, Int, List and Date subclasses. That way I can’t use the java primitives for boolean and int so I lose out on those performance gains I think.. Renze