There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A project that I found on a university course about operating systems. It counts the number of words contained in the files of the tests directory. It creates a process for each file and each file creates 4 threads to count in parallel. It is an overkill of resources but that is what the exercise was all about.