Skip to content
 
 

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages