flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Redesigninig the DTL API #97

Open JaeseungYeom opened 5 months ago

JaeseungYeom commented 5 months ago

Send/recv in current DTL API requires extra data copying as future needs to be destroyed inside of the recv API. file storing aftering receving needs to be merged with recv such that mmap can be used.