Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 542 Bytes

File metadata and controls

14 lines (14 loc) · 542 Bytes

Performance overview of different C++ tools for counting word matches in text

Three different methods implemented in C++ for tokenizing words in text files and counting word match.

How to run:
  • mkdir [directory name]
  • cd [directory name]
  • cmake ../
  • make -j4
  • cd ../
  • python3 words_counter_run_test.py [number of iterations] [data txt file] [output txt file]

© Created by Andrii Maistruk and Hermann Yavorskyy, 2019.