PDA

View Full Version : Use LZMA api to make builds faster


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.

Mark
06-03-2009, 10:46 AM
Added to the suggestion database.

REF: 18683