You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a ton of uncompressed zip archives that are read and written using ZipFoundation, and users can load all of them at once in a library view. I have 8,000+ items and before the commit linked below, these could all load in 1.2s, but after it takes over 12 seconds in debug. In release mode it was 1s before and 6s after.
Both tests were done on an M1 Max machine
Steps to Reproduce
create thousands of uncompressed zips, can contain multiple files
load them all in a loop
Expected Results
should be very fast, even in debug
Actual Results
it's gotten ~6x slower in release, and 10x slower in debug
Summary
We have a ton of uncompressed zip archives that are read and written using ZipFoundation, and users can load all of them at once in a library view. I have 8,000+ items and before the commit linked below, these could all load in 1.2s, but after it takes over 12 seconds in debug. In release mode it was 1s before and 6s after.
Both tests were done on an M1 Max machine
Steps to Reproduce
Expected Results
should be very fast, even in debug
Actual Results
it's gotten ~6x slower in release, and 10x slower in debug
Regression & Version
introduced in b3ca1e6
Related Link
The text was updated successfully, but these errors were encountered: