Hi > One thing that I have noticed while working on this task is that the > SharpZipLib > currently requires the "file to be compressed" to be loaded into memory > first. This is > okay for small files but would cause issues for larger files (i.e. system > would be required > to page swap a lot more). I'm wondering, as I haven't researched it, > whether SharpZipLib > has plans to allow streamed input. Since compression usually works on 64Kb > 'data' windows, > or 128Kb if you're using UltraCompressor - http://www.xs4all.nl/~aipnl/, > you really don't > have to load the entire file into memory at once.
SharpZipLib has an underlying stream model too you don't need to load the whole file into memory. cya ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
