Interleaved parallel file read slower than sequential read?

前端 未结 4 926
逝去的感伤
逝去的感伤 2021-01-17 17:25

I have implemented a small IO class, which can read from multiple and same files on different disks (e.g two hard disks containing the same file). In sequential case, both d

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 18:08

    Maybe http://stxxl.sourceforge.net/ might be of any interest for you, too.

提交回复
热议问题