Skip to content

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

License

Notifications You must be signed in to change notification settings

kwh44/performance_cpp_methods_word_match

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published