This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/better thread distribution (#102)
* [#100] Better thread distribution. Bandaid for unfair RR-based thread distribution. This patch attempts to find the thread with the smallest backlog to defer. This does not seem to affect performance. * update conditions for optimal search * Remove locality tests
- Loading branch information
1 parent
d008f21
commit 1454b6c
Showing
2 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters