AllenCell / AllenCell/vole-core
Allow cache entries to be prioritized
Ouverte
data-loading
- Langage dominant
- TypeScript
- Étoiles
- 106
- Forks
- 11
- Merge moyen
- 3 j 51 min
- PR mergées (30 j)
- 12
Description
## Use Case
If prefetched zarr chunks are inserted at the beginning of `VolumeCache`'s LRU queue, they may be evicted after data that has actually been (or is being) used. This could cause all sorts of (mildly) undesirable effects.
## Solution
Allow cache entries to be inserted with lower priority if they are the result of a prefetch. Resolve #152 before beginning work on this.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.