This is WordCounter
what I want to find word in all directory files.
WordCounter
is a fast, multi-threaded counter written in C++17.
This is made using modern c++17(use filesystem). So this can support all platform.
- Very fast speed(using threadpool).
- Support cross platform.
- Support multiple keyword.
- Imporve performance
- Fork it (https://github.com/dydtjr1128/WordCounter/)
- Create your feature branch (git checkout -b feature/issueName)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/issueName)
- Create a new Pull Request