D and i/o
Daniel Kozak
kozzi11 at gmail.com
Mon Nov 11 18:42:52 UTC 2019
On Sun, Nov 10, 2019 at 8:45 AM bioinfornatics via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
>
> On Sunday, 10 November 2019 at 07:33:41 UTC, Jonathan Marler
> wrote:
>
> b)
> On linux et seem that kernel could handle // read through
> asynchronous read ,describe
> here: https://oxnz.github.io/2016/10/13/linux-aio/.
Do not use that. If you want AIO on linux you should use io_uring
https://www.phoronix.com/scan.php?page=news_item&px=Linux-io_uring-Fast-Efficient
I have been using for some time and it is really fast. The only issue
is you need recent kernels
More information about the Digitalmars-d
mailing list