json-node-normalizer icon indicating copy to clipboard operation
json-node-normalizer copied to clipboard

feat(cache): add schema cache to increase performance.

Open benjamin-allion opened this issue 2 years ago • 0 comments

"normalize" method execute "deReferenceSchema" method for each call. That method could be expensive, To increase performance, it should be good to add cache option to avoid multiple calls especially if schema doesn't change.

benjamin-allion avatar Nov 26 '21 15:11 benjamin-allion