Need example code about DispatchIO

I want to optimize file reading performance. I believe DispatchIO is the solution. Can anyone give some good pointers?

Accepted Reply

Dispatch I/O can be used for a variety of different purposes. I have some basic examples in Running a Child Process with Standard Input and Output but that’s focused on pipes, not file I/O. You’ll have to adapt the basic ideas shown there to the file I/O case.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Replies

Dispatch I/O can be used for a variety of different purposes. I have some basic examples in Running a Child Process with Standard Input and Output but that’s focused on pipes, not file I/O. You’ll have to adapt the basic ideas shown there to the file I/O case.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"