Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r5356:f11577c01209 Date: 2014-07-16 17:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/f11577c01209/
Log: Update diff --git a/talk/ep2014/stm/talk.rst b/talk/ep2014/stm/talk.rst --- a/talk/ep2014/stm/talk.rst +++ b/talk/ep2014/stm/talk.rst @@ -45,13 +45,15 @@ for C: simplify your life for some problems, with a reasonable performance cost -- the problems are: +- this is about anything where the GIL is a blocker, obviously - - anything where the GIL is a blocker, obviously +- but also any program with "often-parallelizable" sections of + code - - but also any program with "often-parallelizable" - sections of code - +- there are actually a lot of such programs around when we think about + it: Bottle, Twisted, Tornado, etc. serve multiple clients; many + CPU-consuming programs at some point need to iterate over some + large-ish data structure in some mostly-composable way; etc. =========================================== @@ -99,11 +101,3 @@ - picture with nursery -- the GC can use the same write barrier - - -=========================================== -Part 3 - Multithreading Revisited -=========================================== - - -- _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit