Memory and disk memoizer written in Julia.
The installation can be done through the usual channels (manually by cloning the repository or installing it through the julia REPL
).
This code has an MIT license and therefore it is free.
Please file an issue to report a bug or request a feature.
[1] https://en.wikipedia.org/wiki/Memoization
[2] https://en.wikipedia.org/wiki/Cache_replacement_policies
For other caching solutions, check out also LRUCache.jl, Memoize.jl and Anamnesis.jl