hi
would there be any performance difference between a map > find and an ordinary array find or lookup
other than a map find being perhaps easier to put down in blueprint
an array lookup would do a for loop or so with a break
and a map would search based on the key which is more or less the same unless the key serves as index
thanks