flux-framework / dyad

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

Improved read all. #40

Closed hariharan-devarajan closed 10 months ago

hariharan-devarajan commented 1 year ago

Reading small 4KB chunks are very slow so replacing it by reading all data into user buffer directly.

Fixes part of #36

JaeseungYeom commented 10 months ago

Can you resolve conflicts?

hariharan-devarajan commented 10 months ago

@JaeseungYeom I rebased it. There was no conflict. The branches had diverged. It should be fine now.