[go: up one dir, main page]

fossil-delta

An efficient delta compression algorithm.
https://github.com/endel/fossil-delta-hx/

To install, run:

haxelib install fossil-delta 0.1.1 

See using Haxelib in Haxelib documentation for more information.

README.md

Delta compression algorithm for Haxe

An efficient delta compression algorithm for Haxe.

This is a port from the original C implementation. See references below.

Fossil achieves efficient storage and low-bandwidth synchronization through the use of delta-compression. Instead of storing or transmitting the complete content of an artifact, fossil stores or transmits only the changes relative to a related artifact.

Other implementations:

LIMITATIONS

This port currently only supports the Apply method. The Create method hasn't been implemented yet.

License

See LICENSE file.

Contributors
endel
Version
0.1.1
Published
7 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub