[DiscordArchive] And how would multithreaded read or write work?
[DiscordArchive] And how would multithreaded read or write work?
Archived author: Deleted User • Posted: 2018-06-18T14:32:20.709000+00:00
Original source
But frankly that’s with all APIs
Archived author: Deleted User • Posted: 2018-06-18T14:32:43.439000+00:00
Original source
And file APIs would be the last location I would have thought that’s a problem
Archived author: Deleted User • Posted: 2018-06-18T14:33:03.083000+00:00
Original source
It never happened that I sought and read from a file multithreaded
Archived author: Deleted User • Posted: 2018-06-18T14:33:09.703000+00:00
Original source
Or that I felt the need for kt
Archived author: Quantam • Posted: 2018-06-18T14:33:28.563000+00:00
Original source
Well, depends on your app. If all you need is sequential I/O, sure. But for high-performance I/O everything is async and by necessity positional