JuliaParallel / JuliaParallel/Dagger.jl
Lazily evict Chunks with no dependents
Open
bug
data movement
eager api
scheduler
- Dominant language
- Julia
- Stars
- 723
- Forks
- 90
- Avg merge
- 1d 37m
- Merged PRs (30d)
- 9
Description
We don't appear to evict `Chunk`s from workers which don't have another task depending on their value, which is often a good thing because we keep around values that are about to be used by a to-be-spawned task. We should try to clean these up when a task no longer has references.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.