• Stars
    star
    140
  • Rank 260,557 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C# implementation of LZMA and 7zip

C# implementation of LZMA and 7zip

This project provides a translation of the LZMA SDK, including both the LZMA and LZMA2 algorithms as well as the 7zip container format in fully managed C#

In the current state the project hides the translated code behind a prototype public API, cleanup of the actual implementation will follow at a later stage.

A nuget package for the desktop framework exists and is currently in finalization phase. A portable library is theoretically possible but currently does not build properly for all targets, for details see issue #8

Roadmap:

  • Complete missing functionality for the nuget package
  • Writing documentation for the nuget package
  • Implement an Universal Windows library (Windows 10) to achieve native C++ performance
  • Implement the projection onto unsafe pointers for performance

Discussion of Implementation and Features at https://gitter.im/weltkante/managed-lzma for discussions that don't warrant a github issue.