Socket
Socket
Sign inDemoInstall

fast-memoize

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-memoize - npm Package Compare versions

Comparing version 1.1.3 to 1.1.5

TODO.md

4

package.json
{
"name": "fast-memoize",
"version": "1.1.3",
"version": "1.1.5",
"description": "Fastest memoization lib that supports N arguments",

@@ -17,3 +17,3 @@ "main": "src/index.js",

"preversion": "npm run test:all",
"version": "npm run build && git add ."
"version": "npm run build && git add dist/"
},

@@ -20,0 +20,0 @@ "repository": {

@@ -15,3 +15,3 @@ <img src="http://rawgit.com/caiogondim/fast-memoize/master/img/icon.svg" width="100%" />

There are already very popular solutions for this problem, but they are **not
very fast enough** or accept **only one argument**.
fast enough** or accept **only one argument**.

@@ -95,3 +95,2 @@ ## Installation

## Reference
- https://talideon.com/weblog/2005/07/javascript-memoization.cfm
- https://github.com/petkaantonov/bluebird/wiki/Optimization-killers#3-managing-arguments

@@ -98,0 +97,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc