Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Scheduler resources from @reinh
  • Loading branch information
bitemyapp committed Feb 5, 2016
1 parent 42838f1 commit 0f796ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rts.md
Expand Up @@ -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)
Expand Down

0 comments on commit 0f796ad

Please sign in to comment.