8000 GitHub - rmalleman/wordcount
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rmalleman/wordcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Because the program takes in multiple files, it seemed like to me that parallelizing would yield some performance benefits. I didn't have time to sort the resulting hashmap, so thats the only requirement I missed.

To run the unittests:

$ mvn clean test

To create a commandline executable

$ mvn assembly:assembly

From there you can see the help menu by running:

$ java -jar target/wordcount-1.0-SNAPSHOT-jar-with-dependencies.jar -f Path to the file with list of filenames -h show help. -t Set the number of thread to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0