cdc icon indicating copy to clipboard operation
cdc copied to clipboard

A library for performing Content-Defined Chunking (CDC) on data streams.

Results 5 cdc issues
Sort by recently updated
recently updated
newest added

Seems the compiler gets stricter about types. I'm getting the following errors when trying to publish my dependent project: ``` error[E0053]: method `slide` has an incompatible type for trait -->...

maintenance

This makes it possible to avoid the initialization of the internal tables when multiple computations are needed.

Move to the newest rust edition, cargo clippy fixes, improved benchmark grouping, etc.

In the case the iterator provided to `reset_and_prefill_window` was shorter than `window_size - 1`, the window would not be fully reset, and future `slide`s will shift out previous data, and...

https://www.reddit.com/r/rust/comments/8ik620/notes_on_impl_trait/

enhancement