cc.squirreljme.jvm.aot.nanocoat.QuickSearchComparator

Comparator for quick searching a name, compares by string hashcode first and then the actual string so that the hash itself can be quickly binary searched for first rather than needing to hash the name.