margre
04-09-2009, 03:13 AM
Suggestion:
Instead of launching a child process (lzma.exe) for every file that is compressed, you could use the LZMA api to compress the datastream in the main process. I think that would make a big difference when compressing lots of files.
Instead of launching a child process (lzma.exe) for every file that is compressed, you could use the LZMA api to compress the datastream in the main process. I think that would make a big difference when compressing lots of files.