apparently, in js, and probably in other langs as well, Set and Map lookups, like set.has(value) are way more performant than their array (specially) and object counterparts.
Anyone here on the know and willing to give us a micro-class, their take, or merely open a discusson on the subject?