Skip to content

Adaptive persistency-based mechanism for Dispatcher task graphs

License

Notifications You must be signed in to change notification settings

zgornel/DispatcherCache.jl

Repository files navigation

DispatcherCache.jl

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

License Build Status Coverage 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