Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.06 KB

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.