You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could switch from md5 to crc32 (zlib.crc32 in python) checksums for test data. The main reason would be speed improvement when running tests. crc32 was designed to check for disk write errors/network errors which is what we want. There's no need for cryptographic md5 which is more secure but slower.
The text was updated successfully, but these errors were encountered:
We could switch from md5 to crc32 (zlib.crc32 in python) checksums for test data. The main reason would be speed improvement when running tests. crc32 was designed to check for disk write errors/network errors which is what we want. There's no need for cryptographic md5 which is more secure but slower.
The text was updated successfully, but these errors were encountered: