From 0f796ad8d95932ea2b9d9240d9881eae122724fc Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Fri, 5 Feb 2016 12:06:20 -0600 Subject: [PATCH] Scheduler resources from @ReinH --- rts.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rts.md b/rts.md index 84b1f5d..3b00e63 100644 --- a/rts.md +++ b/rts.md @@ -20,6 +20,12 @@ Good for digging up recent'ish development history of various topics. - [RTS notes on the garbage collector](https://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/GC) +# Thread scheduling + +- [Dynamic Circular Work-stealing Deque; David Chase, Yossi Lev](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.170.1097&rep=rep1&type=pdf) + +- [Wool - fine grained independent task parallelism in C](https://www.sics.se/~kff/wool/) + # GHC commentary - [Commentary top level](https://ghc.haskell.org/trac/ghc/wiki/Commentary)