Skip to content

kwh44/parallel_indexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel indexing of text files

Description:

Indexes words from input data filename by alphabetical and usage count order.
Command line input: config_filename, which has:

  • input data filename (supports txt, zip, tar, gz, ar, etc.)
  • output filename by alphabet
  • output filename by count (from most occuring word to least one)
  • number of threads to utilize

Requirements

  • Boost.Locale >= 1.68.0
  • ICU >= 62.1
  • libarchive >= 3.3.3
  • Compiler supporting C++17 standard

How to build&run

  • mkdir build; cd build; cmake ..; make -j4
  • ./parallel_indexing <path_to_config_file>

© Created by Andrii Maistruk and Anatolii Iatsuk.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published