cdchunking-rs
cdchunking-rs copied to clipboard
Content-Defined Chunking for Rust
Fixes #6 This changes the ZPAQ parameters to match the official ZPAQ C++ lib's implementations. Of course it causes the hashes and the chunks to be different and is therefore...
Similar to `stream()`, but grow the buffer to accommodate whole chunks. Similar to `whole_chunks()`, but reuse the `Vec`, so only provide one at a time. This is done in dhstore...
Hello! I found your library while looking for a framework to implement multiple chunking algorithms for comparison. Your design of `ChunkerImpl` is pretty much exactly what I came up with...