An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

cached

The module Data.Cached lets you cache values to disk to avoid re-running (potentially long) computations between consecutive executions of your program. Cached values are recomputed only when needed, i.e. when other cached values on which they depend change. Independent computations are run in parallel. It offers convenient fonctions for caching to text files, but caching and uncaching using arbitrary IO actions is also possible. The module was motivated by writing scientific data flows, simulation experiments or data science scripts. Those often involve long computations and create "flows" where the output of some computation are the inputs of others, until final results are produced (values, figures, statistical tests, etc.). See the module Data.Cached documentation:

Ecosystem
hackage.haskell.org
Latest Release
0.1.0.0
about 7 years ago
Versions
1
Downloads
680 total
Dependent Repos
1
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/cached
spec
License BSD-3-Clause
First Release about 7 years ago
Last Synced 18 days ago
Repository
Stars 0 on GitHub
Forks 0 on GitHub