As stated in line 216 of tracer_db_facade.js (commit b77b0cd523d9013dc9a035448c70325ba6db6410):
TODO(samnsparky): Stream results while doing transform
The create of Date objects should happen in stream instead of after a call to toArray. This has not had a noticeable effect on performance but I wanted to make sure it is on our tracker.
As stated in line 216 of tracer_db_facade.js (commit b77b0cd523d9013dc9a035448c70325ba6db6410):
The create of Date objects should happen in stream instead of after a call to toArray. This has not had a noticeable effect on performance but I wanted to make sure it is on our tracker.