C# LZO Library and Experience
- by Hounshell
Anyone have experience with a C# LZO compression/decompression library?
LZO.NET (at http://lzo-net.sourceforge.net/ ) looks pretty alpha
QuickLZ (at http://www.quicklz.com/ ) isn't stream-based and I need to compress files as they're generated and don't want to buffer the whole file in memory
MiniLZO (at http://www.codeproject.com/KB/recipes/managedlzo.aspx ) is on CodeProject and I don't have a good track record with code from there working