const REASONABLE_CLASS_LIST_SIZE: usize = 5;
We use this as an inline capacity for the class_list member below, but also as a reasonable cap to avoid sorting too large class lists.