modified version of `map-filter vs reduce` that switches the order of operations
Original was not fair comparison as it mapped all iterations not just the ones that passed the filter
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