caching of asset metadata
Open
- Dominant language
- Python
- Stars
- 28
- Forks
- 37
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 9
Description
`dandiset.get_assets()` will always return the same information if the dandiset has not been updated. Therefore, it may be efficient to cache the results of `dandiset.get_assets()` on the first run locally, and then on subsequent runs check if the dandiset has been modified since the last run and only actually fetch those assets if it has been updated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.