this post was submitted on 24 Feb 2026
1157 points (99.4% liked)

Programmer Humor

30063 readers
1682 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] harambe69@lemmy.dbzer0.com 1 points 3 days ago (2 children)

Blake3(blak3?) is where it's at

[–] TrickDacy@lemmy.world 1 points 3 days ago* (last edited 2 days ago)

?

Edit: I see, it's a hashing algorithm. I tried a few different algorithms and had some issues with large files, and didn't really see performance increases over md5, since it seems reading the data from disk was the bottleneck. I didn't try this one though. I wonder if it would actually be faster.