Skip to content
forked from jzebedee/deltaq

Fast and portable delta encoding for .NET and .NET Core

License

Notifications You must be signed in to change notification settings

andrewb1974/deltaq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#deltaq

Fast and portable delta encoding library for .NET

deltaq is a .NET Core class library

Installing

  • Manual install: Download from the Releases
  • NuGet install: Follow instructions on the NuGet page or enter Install-Package deltaq in the Package Manager console.

Supported formats

Format Create patches Apply patches
bsdiff Yes Yes
vcdiff No No

Roadmap

  • Add support for applying VCDIFF patches. VCDIFF format is defined in RFC 3284 with several existing implementations. Jon Skeet's MiscUtil already has an implementation of the patch portion of VCDIFF, but much more work is needed to create a C# patch generator.
  • Add platform-specific libraries to make usage as simple as possible. There's also room to support memory-mapped files and similar significant optimizations.

About

Fast and portable delta encoding for .NET and .NET Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%