https://github.com/julian3sp/multi-threaded-file-processor
A C++ program that processes and categorizes files concurrently using POSIX threads and semaphores, ensuring efficient file handling and synchronization across multiple threads.
https://github.com/julian3sp/multi-threaded-file-processor
cpp linux multithreading
Last synced: 2 months ago
JSON representation
A C++ program that processes and categorizes files concurrently using POSIX threads and semaphores, ensuring efficient file handling and synchronization across multiple threads.
- Host: GitHub
- URL: https://github.com/julian3sp/multi-threaded-file-processor
- Owner: julian3sp
- Created: 2025-02-11T17:18:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:21:55.000Z (over 1 year ago)
- Last Synced: 2025-02-11T18:29:00.970Z (over 1 year ago)
- Topics: cpp, linux, multithreading
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
IMPORTANT: this readme file was made after the script was ran, that is why it is not including in the statistics for the current directory tests
note:
- I thought the numbers for the /dev/* folder were very strange and you may have noticed that, but when looking in the file manager on my system they are actually accurate to what my system says. I can provide a screenshot of this info in the future if needed