Hi, Belinda van,
You can try multi-core processors by splitting the original file into parts, zipping each part independently and then unzipping them in your application using multithreading. The time to recombine the files in memory will be tiny compared to the unzip time.
Thanks
answered 7/26/2022 6:00:36 AM