Skipping crc check #470
|
Hi all! Currently profiling my game, loading save files (reading zip files). |
Replies: 2 comments
|
No, that's not possible. The crc is used to verify that extracting the data was successful (no data corruption occurred). |
|
Thank you this is a really great find! |
No, that's not possible. The crc is used to verify that extracting the data was successful (no data corruption occurred).
According to its homepage, (zlib-ng)[https://github.com/zlib-ng/zlib-ng] is a drop-in replacement for zlib which is optimized for modern systems, so you could try using that instead of zlib and check if that improves your flamegraph output.