qbsdiff
qbsdiff copied to clipboard
fast and memory saving bsdiff 4.x compatible delta compressor and patcher
`bsdiff` format uses two somewhat unrelated concepts that fit many, but not all use cases: **diffing algorithm** and **patch storage format**. There are multiple diffing algorithms which could be fine-tuned...
Investigate on Content-Defined Chunking algorithms for delta compressor. Papers ------ * [FastCDC](https://www.usenix.org/system/files/conference/atc16/atc16-paper-xia.pdf) * [RapidCDC](https://acmsocc.org/2019/slides/socc19-slides-s5-ni.pdf) * [QuickCDC](https://ieeexplore.ieee.org/document/9644788) Articles -------- * [Intro to Content-Defined Chunking](https://joshleeb.com/posts/content-defined-chunking.html) * [Gear Hashing for Content-Defined Chunking](https://joshleeb.com/posts/gear-hashing.html) *...