bench(
  "map (middle case)",
  () => fromArray(lotsOfNumbers).map(square).nth(5000),
  () => lotsOfNumbers.map(square),
  () => _.map(lotsOfNumbers, square),