iansheret/CachePure​Function

Cache slow calculations, update if the code changes.

https://github.com/iansheret/CachePureFunction

現在この提出コンテンツをフォロー中です。

CachePureFunction is a simple tool for caching the results of expensive calculations. Any function call can be wrapped up; the first time it's evaluated a cache file will be created, and on subsequent calls the result will be read from disk instead of calculated. Calling the same function with different arguments is fine, separate cache files will be maintained.
CachePureFunction takes special care to detect when the source code changes, and it will reevaluate the function if needed. This doesn't just apply to the top level function, all of the functions which are involved in a calculation are tracked.

引用

Ian Sheret (2026). iansheret/CachePureFunction (https://github.com/iansheret/CachePureFunction), GitHub. に取得済み.

謝辞

ヒントを得たファイル: GetFullPath, DataHash

カテゴリ

Help Center および MATLAB AnswersDeployable Archive Creation についてさらに検索

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート Action
1.0.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。