Run results for: Array.find vs map to object then lookup.
For an array of objects, is multiple calls to Array.find performant?
Can we improve find performance by first creating a flat array of just the object keys we are looking for, then calling Array.includes?