Skip to content

Improve the performance of package json reader #91

Closed as not planned
Closed as not planned
@anonrig

Description

@anonrig

It's possible to improve the performance of loaders by:

  • Reducing the data returned from c++/js
  • Parse JSON on C++ side, instead of JSON.parse in JS
  • Remove unnecessary caches on CJS

I've started and done most of the work, but soon I'll leave for the paternity leave and can not complete it.

Ref: nodejs/node#47991

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions