romange / helio

A modern framework for backend development based on io_uring Linux interface
Apache License 2.0
435 stars 49 forks source link

chore: add IORING_OP_MADVISE support to iouring #224

Closed romange closed 6 months ago

romange commented 6 months ago

Also add a microbenchmark measuring mmap and madvise calls.

a single madvise call takes around 100ns while mmap is x3 more expensive.