— But a Map
may be better than an array
— Heh, trying to NOT use the existing implementations though
— A Map maintains unique entries
— So you would not have to check for uniqueness yourself
— Native JS Map is slow I think
— It may very well perform the same operations of checking per-set
— How do you efficiently loop through arrays