Skip to content

endel/fossil-delta-hx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An efficient delta compression algorithm for Haxe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages