Skip to content

moharaka/word-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word counting application

by Mohamed Karaoui

This application counts the number of words in a given file using multiple threads.

Requirements

  • GCC
  • MAKE

Compilation

To compile the application, run the following command:

$ make

Usage

Once compiled, launch the application by entering:

$ ./word_count FILE NBTHREAD

where:

  • FILE is the file to be parsed
  • NBTHREAD is the number of threads to be used

License

This application is licensed under GNU v2.0. Note that the list.h file is modified from ALMOS (LIP6) kernel.

Contacts

For any questions or feedback, please contact me at mohamed.karaoui.freelance@gmail.com

About

Count the number of word in a file using a map reduce pattern. The number of thread is specified by the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published