Giter Site home page Giter Site logo

dedup's Introduction

Modern C Learning Project

This is a small project aimed at learning modern C programming. The main goal of this project is to explore and understand the intricacies of modern C, with a focus on multi-threading and hashing algorithms.

Project Overview

The project calculates the hash of each file on the file system using the BLAKE3 hashing algorithm. BLAKE3 is a cryptographic hash function that is faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2.

In addition to hashing, the project also implements a ring buffer for multi-threading without locks. A ring buffer, or circular buffer, is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself well to buffering data streams.

Technologies Used

  • C11: The project is written in C11, the latest ISO C standard.
  • BLAKE3: For hashing files.
  • Ring Buffer: For efficient multi-threading.

Learning Outcomes

Through this project, you can expect to gain a deeper understanding of modern C programming, including:

  • Advanced C concepts such as multi-threading.
  • The use and implementation of modern hashing algorithms.
  • The use and implementation of data structures such as ring buffers.

dedup's People

Contributors

jmfrank63 avatar

Watchers

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