Elektrine lite

← Feed

@alwayscurious@infosec.exchange

Post #2444200

2026-05-07 22:34 UTC

@ska@social.treehouse.systems @dalias@hachyderm.io I suspect that in the future, high-performance code will use io_uring via a library that abstracts it away. I don’t think making it easy to use kernel APIs directly needs to be a goal. It’s like OpenGL vs Vulkan: Vulkan makes it very hard to write a trivial application, but for large, complex applications it turns out to be a better fit.

Replies (1)

  • @dalias@hachyderm.io 2026-05-07 22:36

    @alwayscurious@infosec.exchange @ska@social.treehouse.systems Good analogy because just like there I dont want to be using either. I just want read and write and poll, and I just want a "frame submit for swap-in on next refresh" primitive.

    Open ##2444201