Hi, Have we ever experimented with the savings of using a faster hashing algorithm for task input/output files? MD5 is cryptographic, which we don’t need.
Would be interesting to see if there’s a noticeable difference if we used the JVM’s Adler 32 algorithm: java.util.zip.Adler32