Skip to content

zgornel/Caching.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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