ronomon / deduplication

Fast multi-threaded content-dependent chunking deduplication for Buffers in C++ with a reference implementation in Javascript. Ships with extensive tests, a fuzz test and a benchmark.
MIT License
71 stars 9 forks source link

Correct the ceil_div logic #5

Open maobaolong opened 5 years ago

maobaolong commented 5 years ago

Correct the ceil_div logic

https://github.com/nlfiedler/fastcdc-rs/pull/2

One of you is wrong