Filesystems, file IO, and durability.| transactional.blog
I haven’t got a chance yet to play with asynchronous I/O APIs in any production application so, to fill in that gap I’ve decided to commit some time and experiment with posix AIO and liburing a try. These two are (I think?), at the time of writing, the two most popular APIs to perform asynchronous operations in Linux. This post isn’t a benchmark nor a comparison between the two. It’s just a knowledge summary of the basics behind using these APIs and what I’ve learned along the way.| twdev.blog
Hi there. I am going to post here thing about my work or my technical hobbies. This means c++, java, haskell, python, linux etc.| Thoughts-chain