memoizer

memoization as easy as f = memo(g); f is now fully memoized!

16 个版本
安装
npm install memoizer
yarn add memoizer
pnpm add memoizer
bun add memoizer
README

Build Status

var f2 = memo(f)

f2 is now memoized.

LICENSE

The MIT License (MIT) Copyright (c) 2016-2017 David Wee - rook2pawn@gmail.com

版本列表
0.2.3 2017-11-15
0.2.2 2017-01-27
0.2.1 2017-01-27
0.2.0 2017-01-27
0.1.3 2016-03-10
0.1.2 2016-01-06
0.1.1 2016-01-06
0.1.0 2016-01-06
0.0.9 2016-01-06
0.0.7 2015-09-25
0.0.6 2015-07-03
0.0.5 2012-09-24
0.0.4 2011-09-05
0.0.3 2011-08-03
0.0.2 2011-08-02
0.0.1 2011-07-27