Code Monkey home page Code Monkey logo

fastcdc's Introduction

FastCDC

C Implemetation of FastCDC for chunking

FastCDC is an advanced chunking algorithm which has a better speed than Rabin CDC.

Usage

Compile:

cd src && g++ -I./ -o main main.cpp fastcdc/fastcdc.c -lcrypto

Execute: ./main

Notification

This repository that mainly sources its content from https://github.com/wxiacode/FastCDC-c. However, the original code contains numerous issues:

For example, files smaller than 1GB are treated as 1GB in size, which leads to illegal memory access during chunking, even though no error is reported.

Additionally, the original repository lacks integrity checks and does not save the content of data chunks. We have added these features in our repository.

By the way, it is amazing that deepsketch(CCF-A ATC 2022)[https://github.com/dgist-datalab/deepsketch-fast2022/blob/main/compress.h] implements finesse (a resemblance detection algorithm) by fixed chunking?

Dependency

  • openssl
  • zlib
  • uthash

fastcdc's People

Contributors

xumingye avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.