Array.find vs map to object then lookup. (version: 10)
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?
Comparing performance of: find value in the array each time vs lookup the value
Memory measurements supported only in Chrome.
For precise memory measurements Chrome must be launched with --enable-precise-memory-info flag.
More information: Monitoring JavaScript Memory