tylerreece22 / ts-node-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-node test

Purpose of this repo was to do some profiling on the difference in resource usage when it comes to ts-node vs node in production. As expected, Node runs much more efficiently when its plain NodeJS code rather than running JIT alongside the interpreter.

About


Languages

Language:JavaScript 73.7%Language:TypeScript 26.3%