Skip to content

Faster checksum calculation #2

Description

@jonashertzman

Reading the entire file from disk will be very slow on large files, especially video files that can be several gigabytes in size.

Would it be sufficient to only calculate the checksum on parts of the file, like the first MB or so?

Would parallelizing the checksum calculation speed up the process or is it already bottle necked by IO?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    IdeaThings to research

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions