dist_array: cache optimization for overlapped misses

Issue #326 resolved
Dan Bonachea created an issue

Copied from extras PR #12:

https://bitbucket.org/berkeleylab/upcxx-extras/pull-requests/12/wip-for-dist_array/diff#comment-137073896

second datastructure to track futures of outstanding fetches, so that overlapped ptr calls requesting the same base can elide the fetch injection and chain off the same future.

Comments (1)

  1. Log in to comment