1415
backups
(programming.dev)
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.
?
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.