Skip to content

keattz/LibMemoize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibMemoize

Adapting kikito's memoize.lua library (https://github.com/kikito/memoize.lua) for World of Warcraft

Usage:

local function MyFunc(foo, bar, ...)
    ...
end
local cache = {};
local memoize = LibStub("LibMemoize-2.0");

local MyMemoizedFunc = memoize.memoize(MyFunc, cache);

About

Adapting kikito's memoize.lua library (https://github.com/kikito/memoize.lua) for World of Warcraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages