Skip to content

Villain88/threadpool-demo

Repository files navigation

threadpool-demo

This project shows how you can use thread pools for multi-threaded data processing.

The application reads the input-file in parts, calculates the checksum of each part and writes to the output-file

Simply run next commands to compile app:

cmake .
make

Run app:

./signature [input-file] [output-file] [block-size(optional)]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published