Skip to content

cedelmaier/fileIndexer3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileIndexer

A basic test in concurrency and pipelining, using a text indexer. The indexer must find the total number of words in some specified text files, and then report the top 10 at the end. The catch is making it concurrent and fast.