Thanks to visit codestin.com
Credit goes to github.com

Skip to content

skt9/thread-pool-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thread-pool-cpp

  • It is highly scalable and fast.
  • It is portable relying only on C++ standard library.
  • It implements both work-stealing and work-distribution balancing startegies.
  • It implements cooperative scheduling strategy for tasks.

See benchmark/benchmark.cpp for benchmark code.

About

High performance C++11 thread pool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.8%
  • CMake 11.2%