Trevor Norris is a self-professed performance freak. He is a Node.js Core Contributor and is responsible for improving runtime performance and visibility. Trevor's background is in front-end development for enterprise level implementations, but now spends most of his time making JavaScript on the server blazing fast and predictable, plumbing the depths of V8 and libuv, and writing C/C++. Trevor's work on benchmarking, performance tuning and optimizing Node.js have changed the face of Node.js and how developers approach serverside JavaScript.
In Node.js
on Dec 04 2020
Event Loop in Node.js. The simplest definition of event loop utilization is the ratio of time the event loop is not idling in the event provider
Read More
In How To
on Sep 20 2017
Take a deep dive into the Node.js event loop and learn how to diagnose and debug issues that stem from unoptimized JavaScript.
Read More
In How To
on Jan 20 2015
Understanding the Node.js Event Loop
Read More