Dear Developer,
Greetings! Thank you for creating and maintaining GSplit — it's a great tool!
I’m currently trying to use it to split a 1TB file. However, I’ve encountered a performance issue: after the first split file is completed, the process seems to alternate between reading and writing in real time. Since I'm working on the same physical drive, the efficiency of subsequent splits drops significantly.
I would like to suggest a potential optimization. My system has 100GB of available memory. Would it be possible to add an option that uses a portion of RAM as a read buffer, and then writes to disk sequentially? I believe this could significantly improve splitting performance when working on a single disk.
Additionally, I hope the tool can support x64, which would allow better memory utilization.
Thank you again for your excellent work!
Best regards,
Zohn.Li
Greetings! Thank you for creating and maintaining GSplit — it's a great tool!
I’m currently trying to use it to split a 1TB file. However, I’ve encountered a performance issue: after the first split file is completed, the process seems to alternate between reading and writing in real time. Since I'm working on the same physical drive, the efficiency of subsequent splits drops significantly.
I would like to suggest a potential optimization. My system has 100GB of available memory. Would it be possible to add an option that uses a portion of RAM as a read buffer, and then writes to disk sequentially? I believe this could significantly improve splitting performance when working on a single disk.
Additionally, I hope the tool can support x64, which would allow better memory utilization.
Thank you again for your excellent work!
Best regards,
Zohn.Li