Closed
Description
@nodejs/collaborators
Suggested by @mscdex in #8609 (comment)
This may sound a bit crazy, but we may want to benchmark this change. I noticed not too long ago that
var
=>const
was actually causing slowdowns and timers are definitely a hot path. I do not know if this has changed with V8 5.4 or not though.