Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • io_uring_set_taskrun_flags
  • steal-all-io-on-hint
  • ripripgrepv4
  • io-sleep-strategies-msg-ring
  • improve-echoclient
  • improve-even-pulse
  • waitfd-sleep-strategy2
  • ripripgrepv2.5-io-sleep
  • ripripgrepv3-io-sleep
  • ripripgrepv3
  • ripripgrepv2
  • du
  • select2
  • linked-echoserver
  • cancel-callbacks-simple
  • cancel-callbacks
  • callback-fsearch-alternative
  • callback-fsearch
  • fsearch-track-outfile-offset
20 results

meson.build

Blame
    • Florian Fischer's avatar
      171ae9d4
      depend on liburing 2.2 · 171ae9d4
      Florian Fischer authored
      Liburing 2.2 and Linux 5.18 support IORING_REGISTER_RING_FDS, preventing
      the fget(ring_fd) overhead for each io_uring_enter call, as well as
      IORING_OP_MSG_RING, greatly simplifying the IO-based sleep strategy code.
      171ae9d4
      History
      depend on liburing 2.2
      Florian Fischer authored
      Liburing 2.2 and Linux 5.18 support IORING_REGISTER_RING_FDS, preventing
      the fget(ring_fd) overhead for each io_uring_enter call, as well as
      IORING_OP_MSG_RING, greatly simplifying the IO-based sleep strategy code.
    meson.build 9.74 KiB