Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
289 days ago
OK, so we need a comparison between a multi threaded mmap approach and io_uring. Which would be faster?
1 comments
nabla9
289 days ago
If the memory access pattern is the same, there are no significant differences.
link
jared_hulbert
288 days ago
Just ran a version with 6 prefetching threads. I get 5.81GB/s. Same as the io_uring with 2 drives, but still a lot slower than the in memory solution.
link