this post was submitted on 12 Dec 2025
16 points (100.0% liked)

Linux

10807 readers
644 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

The newest feature to land in the cross-platform Qt toolkit is QIORing as an abstraction for Linux's IO_uring interface. This QIORing may also end up supporting Microsoft's Windows IORing implementation as well.

QIORing is now merged to the Qt toolkit for abstracting IO_uring Linux usage from this Qt interface:

"Introduce QIORing to abstract io_uring on Linux

Somewhat low level code, intended as a low level abstraction.

The QIORing interface would also be used for Windows' IORing, developed at the same time as the io_uring version. There is some shared code and helper functions, but a lot of the code in some way touch the platform specifics, so without yet more abstractions quite some code is left as unique."

The code landed via this merge. The code had been worked on over the past several months by Mårten Nordheim.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here