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.