Darrek Report Share Posted December 28, 2019 You could save a significant amount of system I/O by storing an array of hashes for each file or each MB of each file written to the disc so you wouldn't have to do a byte-by-byte compare of the written data. The compare would only need to read the data from the burnt disc and compare hashes. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.