{"_id":"fast-memoize","_rev":"286198","name":"fast-memoize","description":"Fastest memoization lib that supports N arguments","dist-tags":{"latest":"2.5.2"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"time":{"modified":"2021-06-03T18:35:49.000Z","created":"2016-03-06T22:15:18.874Z","2.5.2":"2020-03-04T16:28:35.252Z","2.5.1":"2018-06-28T14:27:58.466Z","2.4.0":"2018-06-04T20:06:31.046Z","2.3.2":"2018-03-12T15:28:30.011Z","2.3.1":"2018-03-12T15:26:08.595Z","2.3.0":"2018-02-06T23:36:20.349Z","2.2.8":"2017-08-02T17:28:56.572Z","2.2.7":"2017-03-20T14:27:02.193Z","2.2.5":"2017-03-16T18:00:49.379Z","2.2.4":"2017-03-16T17:48:31.407Z","2.2.3":"2017-03-16T16:01:54.238Z","2.2.0":"2017-02-02T11:22:12.330Z","2.1.1":"2017-01-26T14:12:51.874Z","2.1.0":"2017-01-26T13:58:58.949Z","2.0.2":"2016-07-16T13:47:50.199Z","2.0.1":"2016-07-07T22:12:20.966Z","2.0.0":"2016-07-07T21:54:58.022Z","1.1.5":"2016-07-05T15:00:08.499Z","1.1.3":"2016-06-27T20:12:15.134Z","1.1.2":"2016-06-27T16:34:29.007Z","1.1.1":"2016-06-26T12:41:22.394Z","1.1.0":"2016-06-26T12:17:57.819Z","1.0.0":"2016-03-06T22:15:18.874Z"},"users":{"abhisekp":true,"rexpan":true,"ash":true,"ifeature":true,"joanmi":true},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"versions":{"2.5.2":{"name":"fast-memoize","version":"2.5.2","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","typings":"typings/fast-memoize.d.ts","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test:typescript && npm run test","test:coverage":"covert test/*.js","test:typescript":"cd ./typings/tests && npm install-test"},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","iMemoized":"0.0.10","jest":"20.0.4","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","lru-memoize":"^1.0.2","memoizee":"^0.4.1","nano-memoize":"^0.1.0","ora":"^0.3.0","ramda":"^0.22.1","standard":"^10.0.2","underscore":"^1.8.3"},"jest":{"roots":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"dependencies":{},"gitHead":"166d786bf7a3f036a7de96255408cb7efd30c88e","_id":"fast-memoize@2.5.2","_nodeVersion":"12.14.1","_npmVersion":"6.13.4","dist":{"shasum":"79e3bb6a4ec867ea40ba0e7146816f6cdce9b57e","size":4957,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.5.2.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-memoize_2.5.2_1583339315116_0.15583805622918345"},"_hasShrinkwrap":false,"publish_time":1583339315252,"_cnpm_publish_time":1583339315252},"2.5.1":{"name":"fast-memoize","version":"2.5.1","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","typings":"typings/fast-memoize.d.ts","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test:typescript && npm run test","test:coverage":"covert test/*.js","test:typescript":"cd ./typings/tests && npm install-test"},"files":["README.md","typings/fast-memoize.d.ts","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","iMemoized":"0.0.10","jest":"20.0.4","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","lru-memoize":"^1.0.2","memoizee":"^0.4.1","nano-memoize":"^0.1.0","ora":"^0.3.0","ramda":"^0.22.1","standard":"^10.0.2","underscore":"^1.8.3"},"jest":{"roots":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"dependencies":{},"gitHead":"33acd326a3fa112686d32c50fe7738613bb9efbb","_id":"fast-memoize@2.5.1","_npmVersion":"6.1.0","_nodeVersion":"8.9.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"c3519241e80552ce395e1a32dcdde8d1fd680f5d","size":5036,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.5.1.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-memoize_2.5.1_1530196078375_0.6016886235150543"},"_hasShrinkwrap":false,"publish_time":1530196078466,"_cnpm_publish_time":1530196078466},"2.4.0":{"name":"fast-memoize","version":"2.4.0","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","typings":"typings/fast-memoize.d.ts","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test:typescript && npm run test","test:coverage":"covert test/*.js","test:typescript":"tsc --project ./typings/tests"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","iMemoized":"0.0.10","jest":"20.0.4","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","lru-memoize":"^1.0.2","memoizee":"^0.4.1","nano-memoize":"^0.1.0","ora":"^0.3.0","ramda":"^0.22.1","standard":"^10.0.2","typescript":"^2.9.1","underscore":"^1.8.3"},"jest":{"roots":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"dependencies":{},"gitHead":"af5b58d9ea787069d0113a5ec40b901d3b6a14fb","_id":"fast-memoize@2.4.0","_npmVersion":"6.1.0","_nodeVersion":"8.9.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"2f79eca41c41112b0b70cf53ac3940e206574648","size":4714,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.4.0.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-memoize_2.4.0_1528142790120_0.45950405553471385"},"_hasShrinkwrap":false,"publish_time":1528142791046,"_cnpm_publish_time":1528142791046},"2.3.2":{"name":"fast-memoize","version":"2.3.2","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","iMemoized":"0.0.10","jest":"20.0.4","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","lru-memoize":"^1.0.2","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","standard":"^10.0.2","underscore":"^1.8.3","nano-memoize":"^0.1.0"},"jest":{"roots":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"dependencies":{},"gitHead":"687dfa6a2fe52b92f0c74f6c9cfffbab481b92b7","_id":"fast-memoize@2.3.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"f6b9eb8e06a754029cca25b4cd3945f2f6242c90","size":4622,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.3.2.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-memoize_2.3.2_1520868509965_0.9139623589531018"},"_hasShrinkwrap":false,"publish_time":1520868510011,"_cnpm_publish_time":1520868510011},"2.3.1":{"name":"fast-memoize","version":"2.3.1","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","iMemoized":"0.0.10","jest":"20.0.4","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","lru-memoize":"^1.0.2","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","standard":"^10.0.2","underscore":"^1.8.3","nano-memoize":"^0.1.0"},"jest":{"roots":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"dependencies":{},"gitHead":"8cf3e28e37023b750e1a04952cdd8c723dd9a654","_id":"fast-memoize@2.3.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"fe0bd5cdb865b8c7aa2c98da08685c0272618d6a","size":4757,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.3.1.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-memoize_2.3.1_1520868368486_0.47310671061972664"},"_hasShrinkwrap":false,"publish_time":1520868368595,"_cnpm_publish_time":1520868368595},"2.3.0":{"name":"fast-memoize","version":"2.3.0","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","iMemoized":"0.0.10","jest":"20.0.4","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","lru-memoize":"^1.0.2","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","standard":"^10.0.2","underscore":"^1.8.3","nano-memoize":"^0.1.0"},"jest":{"roots":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"dependencies":{},"gitHead":"de6da026d3c3b2f9c45641454f4de1f83988cdbf","_id":"fast-memoize@2.3.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"d7f81dc864489f582e30538923c423d85887af32","size":4770,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.3.0.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-memoize_2.3.0_1517960179663_0.8707161031100519"},"_hasShrinkwrap":false,"publish_time":1517960180349,"_cnpm_publish_time":1517960180349},"2.2.8":{"name":"fast-memoize","version":"2.2.8","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","iMemoized":"0.0.10","jest":"20.0.4","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","lru-memoize":"^1.0.2","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","standard":"^10.0.2","underscore":"^1.8.3"},"jest":{"testPathDirs":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"gitHead":"b205e5ca3e89adc84d2e8e6f587ee75d75a98dd8","_id":"fast-memoize@2.2.8","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"d7f899f31d037b12d9db4281912f9018575720b1","size":5375,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.2.8.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fast-memoize-2.2.8.tgz_1501694935304_0.6438033531885594"},"directories":{},"publish_time":1501694936572,"_hasShrinkwrap":false,"_cnpm_publish_time":1501694936572},"2.2.7":{"name":"fast-memoize","version":"2.2.7","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","eslint":"^3.12.1","eslint-config-standard":"^6.2.1","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","iMemoized":"0.0.10","jest":"^17.0.3","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","underscore":"^1.8.3"},"jest":{"testPathDirs":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"eslintConfig":{"extends":"standard","parserOptions":{"ecmaVersion":6}},"gitHead":"2e55ef70634644ac91a693fe1a153afa94393eaf","_id":"fast-memoize@2.2.7","_shasum":"f145c5c22039cedf0a1d4ff6ca592ad0268470ca","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"f145c5c22039cedf0a1d4ff6ca592ad0268470ca","size":5083,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.2.7.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fast-memoize-2.2.7.tgz_1490020021485_0.42141980794258416"},"directories":{},"publish_time":1490020022193,"_cnpm_publish_time":1490020022193,"_hasShrinkwrap":false},"2.2.5":{"name":"fast-memoize","version":"2.2.5","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","eslint":"^3.12.1","eslint-config-standard":"^6.2.1","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","iMemoized":"0.0.10","jest":"^17.0.3","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","underscore":"^1.8.3"},"jest":{"testPathDirs":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"eslintConfig":{"extends":"standard","parserOptions":{"ecmaVersion":6}},"gitHead":"823f5f2157603d858502512f6773533bc6c30d9a","_id":"fast-memoize@2.2.5","_shasum":"0d8ceb6247bf814bd1567f7d8934217bcc72c253","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"0d8ceb6247bf814bd1567f7d8934217bcc72c253","size":5083,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.2.5.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fast-memoize-2.2.5.tgz_1489687248800_0.17708779615350068"},"directories":{},"publish_time":1489687249379,"_cnpm_publish_time":1489687249379,"_hasShrinkwrap":false},"2.2.4":{"name":"fast-memoize","version":"2.2.4","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","eslint":"^3.12.1","eslint-config-standard":"^6.2.1","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","iMemoized":"0.0.10","jest":"^17.0.3","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","underscore":"^1.8.3"},"jest":{"testPathDirs":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"eslintConfig":{"extends":"standard","parserOptions":{"ecmaVersion":6}},"gitHead":"ea24ef1e2baaa3d3bcc0b0df9acb6e54401a1ecb","_id":"fast-memoize@2.2.4","_shasum":"83d154c651cc63dcd0b63f7cafb4106191b0e5cb","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"83d154c651cc63dcd0b63f7cafb4106191b0e5cb","size":5077,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.2.4.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fast-memoize-2.2.4.tgz_1489686510878_0.29531697323545814"},"directories":{},"publish_time":1489686511407,"_cnpm_publish_time":1489686511407,"_hasShrinkwrap":false},"2.2.3":{"name":"fast-memoize","version":"2.2.3","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","benchmark:compare":"./benchmark/compare-commits/index.sh","lint":"eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","codecov":"^2.0.2","covert":"^1.1.0","eslint":"^3.12.1","eslint-config-standard":"^6.2.1","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","iMemoized":"0.0.10","jest":"^17.0.3","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","underscore":"^1.8.3"},"jest":{"testPathDirs":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true,"coverageDirectory":"./coverage/"},"eslintConfig":{"extends":"standard","parserOptions":{"ecmaVersion":6}},"gitHead":"bfac87075cf5719594c10c9ab12b42cdce774bc9","_id":"fast-memoize@2.2.3","_shasum":"5b51053dc66d524e4c49e4101725986972ec5a8e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"5b51053dc66d524e4c49e4101725986972ec5a8e","size":5071,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.2.3.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-2.2.3.tgz_1489680112328_0.47916713217273355"},"directories":{},"publish_time":1489680114238,"_cnpm_publish_time":1489680114238,"_hasShrinkwrap":false},"2.2.0":{"name":"fast-memoize","version":"2.2.0","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","lint":"eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","covert":"^1.1.0","eslint":"^3.12.1","eslint-config-standard":"^6.2.1","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","iMemoized":"0.0.10","jest":"^17.0.3","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","underscore":"^1.8.3"},"jest":{"testPathDirs":["test/"],"testRegex":"test/.*\\.js$","collectCoverage":true},"eslintConfig":{"extends":"standard","parserOptions":{"ecmaVersion":6}},"gitHead":"0a9bd44fdb7a6ba199641f2c4e416268cbebf95e","_id":"fast-memoize@2.2.0","_shasum":"c6aee7bea777ffe97ef4b967db1fae08e220d9b2","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"c6aee7bea777ffe97ef4b967db1fae08e220d9b2","size":4807,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.2.0.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-2.2.0.tgz_1486034532102_0.2047941347118467"},"directories":{},"publish_time":1486034532330,"_cnpm_publish_time":1486034532330,"_hasShrinkwrap":false},"2.1.1":{"name":"fast-memoize","version":"2.1.1","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","lint":"eslint --fix \"src/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","covert":"^1.1.0","eslint":"^3.12.1","eslint-config-standard":"^6.2.1","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","iMemoized":"0.0.10","jest":"^17.0.3","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","underscore":"^1.8.3"},"jest":{"testRegex":"\\.test\\.js$","collectCoverage":true},"eslintConfig":{"extends":"standard","parserOptions":{"ecmaVersion":6}},"gitHead":"103cbba27887d8979d21022b2665b20ca8453a54","_id":"fast-memoize@2.1.1","_shasum":"a2e90dff099dc2883651c724dc2820e390d9238e","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"a2e90dff099dc2883651c724dc2820e390d9238e","size":5635,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.1.1.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fast-memoize-2.1.1.tgz_1485439970081_0.48702735593542457"},"directories":{},"publish_time":1485439971874,"_cnpm_publish_time":1485439971874,"_hasShrinkwrap":false},"2.1.0":{"name":"fast-memoize","version":"2.1.0","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"benchmark":"node benchmark","benchmark:cache":"node benchmark/cache","benchmark:combination":"node benchmark/combination.js","benchmark:recursive-all":"node benchmark/recursive-all.js","benchmark:recursive-solo":"node --trace-opt benchmark/recursive-solo.js","benchmark:serializer":"node benchmark/serializer","benchmark:solo":"node benchmark/solo.js","benchmark:strategy":"node benchmark/strategy","benchmark:trace":"node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js","benchmark:v8-optimization-analysis":"node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js","lint":"eslint --fix \"src/**/*.js\" \"benchmark/**/*.js\"","preversion":"npm run test:all","test":"jest","test:all":"npm run lint && npm run test","test:coverage":"covert test/*.js"},"files":["README.md","src/"],"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"MIT","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","cli-table2":"^0.2.0","covert":"^1.1.0","eslint":"^3.12.1","eslint-config-standard":"^6.2.1","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","iMemoized":"0.0.10","jest":"^17.0.3","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.4.1","ora":"^0.3.0","ramda":"^0.22.1","underscore":"^1.8.3"},"jest":{"testRegex":"\\.test\\.js$","collectCoverage":true},"eslintConfig":{"extends":"standard","parserOptions":{"ecmaVersion":6}},"gitHead":"ad1d630b6422d333d6ed82991edd53814e62addf","_id":"fast-memoize@2.1.0","_shasum":"ec1a0f29d2c0d6d5632790835d85a68061f0e15c","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"dist":{"shasum":"ec1a0f29d2c0d6d5632790835d85a68061f0e15c","size":5608,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.1.0.tgz"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-2.1.0.tgz_1485439138659_0.32727658399380744"},"directories":{},"publish_time":1485439138949,"_cnpm_publish_time":1485439138949,"_hasShrinkwrap":false},"2.0.2":{"name":"fast-memoize","version":"2.0.2","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add dist/"},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","ramda":"^0.21.0","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"7386aa596c84b65860d6f8cb02945d267038d914","_id":"fast-memoize@2.0.2","_shasum":"18227721734e1bb97b4fa308abccb3ffb71e9bf8","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"18227721734e1bb97b4fa308abccb3ffb71e9bf8","size":7363,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-2.0.2.tgz_1468676867856_0.7778741561342031"},"directories":{},"publish_time":1468676870199,"_cnpm_publish_time":1468676870199,"_hasShrinkwrap":false},"2.0.1":{"name":"fast-memoize","version":"2.0.1","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add dist/"},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"8adfebb1ee951b0cd6b4f4293b4b38137ad624a3","_id":"fast-memoize@2.0.1","_shasum":"d91e75d7d0c3b394cd951a239382406f99d2b58e","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"d91e75d7d0c3b394cd951a239382406f99d2b58e","size":7348,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-2.0.1.tgz_1467929538722_0.20534287113696337"},"directories":{},"publish_time":1467929540966,"_cnpm_publish_time":1467929540966,"_hasShrinkwrap":false},"2.0.0":{"name":"fast-memoize","version":"2.0.0","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add dist/"},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"7f3836f8f0ef0b038628a119a3c6c2565790221f","_id":"fast-memoize@2.0.0","_shasum":"fb75bec5ccd83a3c518b5f1d1361171036d2fa13","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"fb75bec5ccd83a3c518b5f1d1361171036d2fa13","size":7045,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-2.0.0.tgz_1467928495859_0.1699077393859625"},"directories":{},"publish_time":1467928498022,"_cnpm_publish_time":1467928498022,"_hasShrinkwrap":false},"1.1.5":{"name":"fast-memoize","version":"1.1.5","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard src/* test/*","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add dist/"},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"f4e7e5bc97eaa61f2436f4c192d744fcb6f19b9b","_id":"fast-memoize@1.1.5","_shasum":"b141392aa8671b0ee4cf9ee313ddc387b4d74425","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"b141392aa8671b0ee4cf9ee313ddc387b4d74425","size":8005,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-1.1.5.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-memoize-1.1.5.tgz_1467730805974_0.5450313999317586"},"directories":{},"publish_time":1467730808499,"_cnpm_publish_time":1467730808499,"_hasShrinkwrap":false},"1.1.3":{"name":"fast-memoize","version":"1.1.3","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard src/* test/*","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add ."},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"9972b97d2fa1b028dd0ae20173672095d556eee5","_id":"fast-memoize@1.1.3","_shasum":"3be345fc5964d59531111ca88262e6e3f699eb54","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"3be345fc5964d59531111ca88262e6e3f699eb54","size":6861,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-1.1.3.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-memoize-1.1.3.tgz_1467058334049_0.3203775917645544"},"directories":{},"publish_time":1467058335134,"_cnpm_publish_time":1467058335134,"_hasShrinkwrap":false},"1.1.2":{"name":"fast-memoize","version":"1.1.2","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard src/* test/*","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add ."},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"065e3e2e4067b630963dbea93138c8908db69531","_id":"fast-memoize@1.1.2","_shasum":"4a53c02b05c0e1ccbc03c645d804109add8969b6","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"4a53c02b05c0e1ccbc03c645d804109add8969b6","size":7883,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-1.1.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-memoize-1.1.2.tgz_1467045268146_0.35937679186463356"},"directories":{},"publish_time":1467045269007,"_cnpm_publish_time":1467045269007,"_hasShrinkwrap":false},"1.1.1":{"name":"fast-memoize","version":"1.1.1","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard src/* test/*","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add ."},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"8dc422ba48f2582bbfe0071167c3a26f79658306","_id":"fast-memoize@1.1.1","_shasum":"a487dff5c4298501820625c1d3aadcaabca6b086","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"a487dff5c4298501820625c1d3aadcaabca6b086","size":6725,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-1.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-1.1.1.tgz_1466944879903_0.6916817487217486"},"directories":{},"publish_time":1466944882394,"_cnpm_publish_time":1466944882394,"_hasShrinkwrap":false},"1.1.0":{"name":"fast-memoize","version":"1.1.0","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"tape test/*.js --cov --reporter=spec","test:lint":"standard src/* test/*","test:coverage":"covert test/*.js","test:cov":"npm run test:coverage","test:karma":"karma start --singleRun","test:all":"npm run test:lint && npm test && npm run test:karma","test:saucelabs":"karma start saucelabs.karma.conf.js --singleRun","build":"webpack","benchmark":"node benchmark","preversion":"npm run test:all","version":"npm run build && git add ."},"repository":{"type":"git","url":"git+https://github.com/caiogondim/fast-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"homepage":"https://github.com/caiogondim/fast-memoize#readme","devDependencies":{"benchmark":"^2.0.0","covert":"^1.1.0","karma":"^0.13.22","karma-firefox-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","karma-tap":"^1.0.4","karma-webpack":"^1.7.0","lodash":"^4.0.0","logdown":"^1.2.5","lru-cache":"^4.0.0","memoizee":"^0.3.9","mocha":"^2.5.3","standard":"^6.0.7","tap":"^5.7.0","tape":"^4.5.1","underscore":"^1.8.3","webpack":"^1.13.1"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"a864129bbe841c7f7ba6b7227d3eea836929f677","_id":"fast-memoize@1.1.0","_shasum":"eee4130246f54d42432bd8146af40a5153be0ef7","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"eee4130246f54d42432bd8146af40a5153be0ef7","size":6542,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-memoize-1.1.0.tgz_1466943475450_0.771661271341145"},"directories":{},"publish_time":1466943477819,"_cnpm_publish_time":1466943477819,"_hasShrinkwrap":false},"1.0.0":{"name":"fast-memoize","version":"1.0.0","description":"Fastest memoization lib that supports N arguments","main":"src/index.js","scripts":{"test":"standard && tap test/*.js --cov --reporter=spec","benchmark":"node benchmark"},"repository":{"type":"git","url":"git+https://github.com/caiogondim/cheap-memoize.git"},"author":{"name":"Caio Gondim","email":"me@caiogondim.com","url":"http://caiogondim.com"},"license":"ISC","bugs":{"url":"https://github.com/caiogondim/cheap-memoize/issues"},"homepage":"https://github.com/caiogondim/cheap-memoize#readme","devDependencies":{"benchmark":"^2.0.0","lodash":"^4.0.0","logdown":"^1.2.4","lru-cache":"^4.0.0","memoizee":"^0.3.9","standard":"^6.0.7","tap":"^5.7.0","underscore":"^1.8.3"},"standard":{"ignore":["/benchmark/addy-osmani.js"]},"gitHead":"4fc2e8390664c7693dbb3ae774ac2893cd70228c","_id":"fast-memoize@1.0.0","_shasum":"4615df3af8386973f5691b6b85930f9d6cfd5540","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"caiogondim","email":"me@caiogondim.com"},"maintainers":[{"name":"caiogondim","email":"me@caiogondim.com"}],"dist":{"shasum":"4615df3af8386973f5691b6b85930f9d6cfd5540","size":3787,"noattachment":false,"key":"/fast-memoize/-/fast-memoize-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/fast-memoize/download/fast-memoize-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/fast-memoize-1.0.0.tgz_1457302515495_0.018673358717933297"},"directories":{},"publish_time":1457302518874,"_cnpm_publish_time":1457302518874,"_hasShrinkwrap":false}},"readme":"<img src=\"http://rawgit.com/caiogondim/fast-memoize/master/img/icon.svg\" width=\"100%\" />\n\n# fast-memoize\n\n<div>\n  <img src=\"http://travis-ci.org/caiogondim/fast-memoize.js.svg?branch=master\" alt=\"Travis CI\"> <img src=\"http://img.badgesize.io/caiogondim/fast-memoize.js/master/src/index.js?compression=gzip\"> <img src=\"https://codecov.io/gh/caiogondim/fast-memoize.js/branch/master/graph/badge.svg\" alt=\"Code coverage\"> <a href=\"https://www.npmjs.com/package/fast-memoize\"><img src=\"https://img.shields.io/npm/v/fast-memoize.svg\" /></a>\n</div>\n\n<br>\n\n> In computing, memoization is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again.\n> — Wikipedia\n\nThis library is an attempt to make the **fastest possible memoization library in\nJavaScript that supports *N* arguments**.\n\n## Installation\n\n```shell\nnpm install fast-memoize --save\n```\n\n## Usage\n\n```js\nconst memoize = require('fast-memoize')\n\nconst fn = function (one, two, three) { /* ... */ }\n\nconst memoized = memoize(fn)\n\nmemoized('foo', 3, 'bar')\nmemoized('foo', 3, 'bar') // Cache hit\n```\n\n### Custom cache\n\nThe fastest cache is used for the running environment, but it is possible to\npass a custom cache to be used.\n\n```js\nconst memoized = memoize(fn, {\n  cache: {\n    create() {\n      var store = {};\n      return {\n        has(key) { return (key in store); },\n        get(key) { return store[key]; },\n        set(key, value) { store[key] = value; }\n      };\n    }\n  }\n})\n```\n\nThe custom cache should be an object containing a `create` method that returns\nan object implementing the following methods:\n- `get`\n- `set`\n- `has`\n\n### Custom serializer\n\nTo use a custom serializer:\n```js\nconst memoized = memoize(fn, {\n  serializer: customSerializer\n})\n```\n\nThe serializer is a function that receives one argument and outputs a string\nthat represents it. It has to be a\n[deterministic algorithm](https://en.wikipedia.org/wiki/Deterministic_algorithm)\nmeaning that, given one input, it always returns the same output.\n\n## Benchmark\n\nFor an in depth explanation on how this library was created, go read\n[this post on RisingStack](https://community.risingstack.com/the-worlds-fastest-javascript-memoization-library/).\n\nBelow you can see a performance benchmark between some of the most popular libraries\nfor memoization.\n\n<img src=\"http://rawgit.com/caiogondim/fast-memoize/master/img/benchmark.png\" width=\"100%\" />\n\nTo run the benchmark, clone the repo, install the dependencies and run `npm run benchmark`.\n```shell\ngit clone git@github.com:caiogondim/fast-memoize.git\ncd fast-memoize\nnpm install\nnpm run benchmark\n```\n\n<img src=\"http://rawgit.com/caiogondim/fast-memoize/master/img/benchmark-cli.gif\" width=\"100%\" />\n\n### Against another git hash\n\nTo benchmark the current code against a git hash, branch, ...\n\n```shell\nnpm run benchmark:compare 53fa9a62214e816cf8b5b4fa291c38f1d63677b9\n```\n\n### Gotchas\n\n#### Rest & Default Parameters\n\nWe check for `function.length` to get upfront the expected number of arguments\nin order to use the fastest strategy. But when rest & default parameters are being used, we don't receive the right number of arguments ([see details](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/length#Description)).\n\n```js\n// Rest parameter example\nfunction multiply (multiplier, ...theArgs) {\n  return theArgs.map(function (element) {\n    return multiplier * element\n  })\n}\nmultiply.length // => 1\n\n// Default parameter example\nfunction divide (element, divisor = 1) {\n  return divisor * element\n}\ndivide.length // => 1\n```\n\nSo if you use [rest](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters) & [default](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters) parameters, explicitly set the strategy to variadic.\n\n```js\nconst memoizedMultiply = memoize(multiply, {\n  strategy: memoize.strategies.variadic\n})\n```\n\n#### Function Arguments\n\nThe default serializer uses `JSON.stringify` which will serialize functions as\n`null`. This means that if you are passing any functions as arguments you will\nget the same output regardless of whether you pass in different functions or\nindeed no function at all. The cache key generated will always be the same. To\nget around this you can give each function a unique ID and use that.\n\n```js\nlet id = 0\nfunction memoizedId(x) {\n  if (!x.__memoizedId) x.__memoizedId = ++id\n  return { __memoizedId: x.__memoizedId }\n}\n\nmemoize((aFunction, foo) => {\n  return aFunction.bind(foo)\n}, {\n  serializer: args => {\n    const argumentsWithFuncIds = Array.from(args).map(x => {\n      if (typeof x === 'function') return memoizedId(x)\n      return x\n    })\n    return JSON.stringify(argumentsWithFuncIds)\n  }\n})\n```\n\n## Credits\n- Icon by Mary Rankin from the Noun Project\n- [Bullet train ZSH theme](https://github.com/caiogondim/bullet-train-oh-my-zsh-theme)\n\n---\n\n[caiogondim.com](https://caiogondim.com) &nbsp;&middot;&nbsp;\nGitHub [@caiogondim](https://github.com/caiogondim) &nbsp;&middot;&nbsp;\nTwitter [@caio_gondim](https://twitter.com/caio_gondim)\n","_attachments":{},"homepage":"https://github.com/caiogondim/fast-memoize#readme","bugs":{"url":"https://github.com/caiogondim/fast-memoize/issues"},"license":"MIT"}