1 个仓库
Systems for managing and synchronizing large binary files through differential patching.
Distinct from Large File Transfer Utilities: Distinct from Large File Transfer Utilities: focuses on versioning and tracking changes over time rather than just transfer stability.
Explore 1 awesome GitHub repository matching data & databases · Large File Versioning Systems. Refine with filters or upvote what's useful.
HDiffPatch is a cross-platform library and command-line utility designed for generating and applying binary differential updates. It enables the creation of compact patch files by calculating the differences between binary files or entire directory structures, facilitating efficient data synchronization and software distribution. The project distinguishes itself through a low-memory patching engine specifically engineered for hardware with restricted resources. By utilizing streaming buffer techniques and suffix-sorting algorithms, it maintains a constant memory footprint during operations, m
Manages large binary files by generating and applying differential patches to track changes over time.