RetroArch/libretro-common
Nathan Strong d03c0be71d Rewrite file hasher to limit amount hashed
== DETAILS
Since the content file could potentially be huge, hashing the
whole thing at runtime may take a really long time. Plus, it
was loading the whole file into RAM at once.

Now, we only load 1MB at a time and hash up to the first 64MB.

== TESTING
I don't have any large content files to test it with, but I
tested it with a small one and confirmed that the hash was
correct.
2018-10-18 16:38:02 -07:00
..
2018-10-10 11:10:49 -04:00
2018-09-01 04:04:15 +02:00
2018-09-12 20:04:52 +02:00
2018-10-06 17:05:06 +02:00
2018-09-27 01:23:24 +02:00
2018-10-01 15:50:41 +02:00
2018-10-12 17:37:03 +02:00
2018-10-10 02:01:34 +02:00
2018-09-01 01:03:58 +02:00
2018-09-15 03:27:29 -07:00