Skip to content

This is word counter what I want to find word in all directory files

Notifications You must be signed in to change notification settings

dydtjr1128/WordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to WordCounter project!

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.

Feature

  • Very fast speed(using threadpool).
  • Support cross platform.

Demo

image

TODO

  • Support multiple keyword.
  • Imporve performance

Contributing

  1. Fork it (https://github.com/dydtjr1128/WordCounter/)
  2. Create your feature branch (git checkout -b feature/issueName)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/issueName)
  5. Create a new Pull Request

About

This is word counter what I want to find word in all directory files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages