DispatcherCache.jl

A task persistency mechanism based on hash-graphs for Dispatcher.jl. Based on graphchain, (commit baa1c3f).

LicenseBuild StatusCoverage Status

Installation

git clone "https://zgornel.github.com/DispatcherCache.jl"

or, from inside Julia,

] add DispatcherCache

and for the latest master branch,

] add https://github.com/zgornel/DispatcherCache.jl#master

Features

To keep track with the latest features, please consult NEWS.md and the documentation.

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] Dispatcher.jl documentation

[2] Graphchain documentation