WangLei
Results
1
issues of
WangLei
Test with a big json file(~ 2000kb), node v14.17.2 ```javascript const data = require('./bigjson.json') const NodeCache = require( "node-cache" ); function cacheClone() { const myCache = new NodeCache({ useClones: true...