Settings

Theme

b3sum: Fastest possible file read using io_uring, faster than cat to /dev/null

1f604.blogspot.com

3 points by x1f604 2 years ago · 2 comments

Reader

x1f604OP 2 years ago

> Fastest

Should be "Fastest on my machine" (where file hashing is IO-bound rather than CPU-bound)

> faster than cat to /dev/null

Should be "slightly faster than cat to /dev/null"

Not sure whether to include the "25% faster than the official Rust implementation" part in the title...not really sure what people are interested in. I thought it was more interesting that it was faster than cat to /dev/null.

Anyway, seems like nobody is really interested in this.

  • AlbertoGP 2 years ago

    I am using the C version of Blake3 after I decided some time ago to rewrite a prototype application from Rust to C and this is indeed very interesting for me. Some uses of this application would benefit from O_DIRECT in the way described in the article.

    I'm going to try this out this weekend.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection