Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2020-05-11 19:49:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Hussain: Lord of the io_uring
Shuveb Hussain has posted an extensive
introduction to io_uring
, complete with examples and a reference guide.
"Because of the shared ring buffers between the kernel and user
space, io_uring can be a zero-copy system. Copying bytes around becomes
necessary when there are system calls that transfer data between kernel and
user space are involved. But since the bulk of the communication in
io_uring is via buffers shared between the kernel and user space, this huge
performance overhead is completely avoided.
"


(Читать комментарии) (Добавить комментарий)