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) * [Improving on Gear Hashing with FastCDC](https://joshleeb.com/posts/fastcdc.html) * [A Look at RapidCDC and QuickCDC](https://joshleeb.com/posts/quickcdc-rapidcdc.html)