[Mono-dev] File System-like storage

Robert Jordan robertj at gmx.net
Thu Aug 31 04:41:41 EDT 2006


pablosantosluac wrote:
> Hi,
> 
> Is there any library that can be used to store a file system like structure 
> inside only one file? Ok, don't tell me a ZIP file... I already tried and 
> performance is quite bad (tried with different libraries even)...

Already tried with compression turned off?

We're using ICSharpCode.SharpZipLib with huge (600MB) uncompressed
ZIPs containing a lot of small files. The performance is better
than using a true file system.

Robert




More information about the Mono-devel-list mailing list