DEV Community

Discussion on: Performance aspect of Deno vs. Node

Collapse
 
iainjreid profile image
Iain J. Reid

It's also worth point out that runtime types can have a large positive effect on performance.

The more information the runtime has about the code that it's executing, the more optimisations it can apply whilst the application is cold!