5 ms·
This document helped me learn the io_uring API. You can use io_uring with epoll to monitor eventfd to wake up your sleeping with io_uring wait for completions.
by samsquire 2y ago
This document helped me learn the io_uring API.
You can use io_uring with epoll to monitor eventfd to wake up your sleeping with io_uring wait for completions.
I have implemented a barrier and thread safe techniques that I am trying to turn into a command line tool
My goal is that thread safe performant servers are easy to write.
I am using bloom filters for fast set intersection. I intend to use Simd instructions with the bloom hashes.