Make sure that we use implementations of Lists and Collections that fit the actual purpose.
E.g.: The 'View' component of an entity holds a collection of visible entities. We do often check if that collections contains a specific entity. Make sure to use a class that fits that specific need. (HashSet?)