]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common/FastCDC: initial implementation
authorSage Weil <sage@newdream.net>
Tue, 12 May 2020 17:34:13 +0000 (12:34 -0500)
committerSage Weil <sage@newdream.net>
Wed, 27 May 2020 12:47:28 +0000 (07:47 -0500)
commit7749808309f13be2a544e05e5efe92731ee3810b
tree3b3aee4d11bdae31054e44686b1df8a1ec9d04a2
parentd1d603cd94328ce09cae983501774e42a9bef6a7
common/FastCDC: initial implementation

Loosely based on the paper, but with a few changes.

Signed-off-by: Sage Weil <sage@newdream.net>
src/common/CDC.cc
src/common/CMakeLists.txt
src/common/FastCDC.cc [new file with mode: 0644]
src/common/FastCDC.h [new file with mode: 0644]
src/test/common/CMakeLists.txt
src/test/common/test_cdc.cc [new file with mode: 0644]