Click here to Skip to main content
15,898,035 members
Articles / Programming Languages / C

Fastest b3sum using io_uring, faster than cat to /dev/null

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
26 Jul 2023MIT79 min read 2.1K   1  
Source code and explanation of my io_uring based implementation of b3sum
Source code and explanation of an io_uring based b3sum implementation - a program which computes the BLAKE3 hash of files, which is simple and generic and can be modified to do a wide range of other tasks,

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
United Kingdom United Kingdom
My website: https://1f604.com
My blog: https://1f604.blogspot.com
My GitHub: https://github.com/1f604

Comments and Discussions