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 Community on Mar 08 2023
nsuv is a C++ wrapper around libuv with the main goal of supporting compile-time type safety when propagating data.
Read More
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 Jan 21 2015
Understanding the Node.js Event Loop
Read More