Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inkooboo/thread-pool-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AlexanderSuprunenko/thread-pool-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 29, 2018

  1. Copy the full SHA
    644c9d3 View commit details
  2. Enable blocking post in ThreadPool until empty space will be found in…

    … worker queues;
    
    ThreadPool::dump_info function has been added for debugging purposes
    SuprunenkoO committed Mar 29, 2018
    Copy the full SHA
    626006d View commit details
  3. Copy the full SHA
    8db6bb8 View commit details

Commits on Mar 30, 2018

  1. Copy the full SHA
    488625d View commit details
  2. memory barriers fixes

    SuprunenkoO committed Mar 30, 2018
    Copy the full SHA
    d85ed67 View commit details
Showing with 673 additions and 159 deletions.
  1. +597 −127 benchmark/benchmark.cpp
  2. +1 −1 include/thread_pool/fixed_function.hpp
  3. +33 −25 include/thread_pool/mpmc_bounded_queue.hpp
  4. +21 −5 include/thread_pool/thread_pool.hpp
  5. +21 −1 include/thread_pool/worker.hpp
Loading