C# LZO Library and Experience
Posted
by Hounshell
on Stack Overflow
See other posts from Stack Overflow
or by Hounshell
Published on 2010-05-18T17:45:02Z
Indexed on
2010/05/18
17:50 UTC
Read the original article
Hit count: 673
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
© Stack Overflow or respective owner