Consider data locality in Prefetching and Placement Decisions
Open
- Dominant language
- C++
- Stars
- 34
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes we have advanced knowledge of data access patterns and should be able to place data on the node directly before-hand to avoid networking costs.
Prefetcher can use Get + Put to place data into a new node.
A DPE should be available which allows data to be delegated to new nodes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.