Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Performance fix: replace WorkerPool sleeping with condition variable #1419

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2018

  1. Modify WorkerPool threads to not sleep for fixed amount of time, but …

    …rather wake up when something goes into the task_queue for them to work on.
    mbutrovich committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    265f85c View commit details
    Browse the repository at this point in the history
  2. clang-format.

    mbutrovich committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    e500ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64567a5 View commit details
    Browse the repository at this point in the history