You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new kernel interface called io_uring in linux kernel which makes kernel space ring buffering for I/O operations which improves file I/O quite notable under some circumstances.
There is a new kernel interface called io_uring in linux kernel which makes kernel space ring buffering for I/O operations which improves file I/O quite notable under some circumstances.
Article: https://kernel.dk/io_uring.pdf
WDYT about implementing os.AsyncOpen / AsyncRead functionality using this kernel feature in Go?
The text was updated successfully, but these errors were encountered: