nodejs / performance

Node.js team focusing on performance
MIT License
376 stars 7 forks source link

Reduce URL initializations in ESM #92

Closed anonrig closed 1 year ago

anonrig commented 1 year ago

There is still some work need to remove the unnecessary URL initialization in the ESM loader.

Ref: https://github.com/nodejs/node/pull/48272

anonrig commented 1 year ago

There has been couple of works done on this issue. Closing it for now.