cdchunking-rs icon indicating copy to clipboard operation
cdchunking-rs copied to clipboard

Content-Defined Chunking for Rust

Results 4 cdchunking-rs issues
Sort by recently updated
recently updated
newest added

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...

A-question

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...

T-enhancement

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...