Skip to content

investigate using crc32 instead of md5 #557

Description

@azazellochg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions