zgornel / Caching.jl

Memoization mechanism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching.jl

Memory and disk memoizer written in Julia.

License Build Status Coverage Status

Installation

The installation can be done through the usual channels (manually by cloning the repository or installing it through the julia REPL).

License

This code has an MIT license and therefore it is free.

Reporting Bugs

Please file an issue to report a bug or request a feature.

References

[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

About

Memoization mechanism

License:MIT License


Languages

Language:Julia 100.0%