/indexR

A sample program that count occurances of words in file using mutilple threads. This is a homework project

Primary LanguageC++MIT LicenseMIT

indexR

A sample program that count occurances of words in file using mutilple threads. This is a homework project

This program was build as a school project. The code is hosted on GitHub in the hope that it might be helpful for someone in the future.

This project is not support, but feel free to fork it and modiify it.

Joe

indexR Features

  • This project is built using pthread.
  • CodeBlocks was IDE, built on Linux
  • Features a thread safe hahtable that has reaad/write locks on the indiviaual buckets in the hashtable.