Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4176:1bdfa84745f2 Date: 2012-04-02 20:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/1bdfa84745f2/
Log: add a point diff --git a/sprintinfo/leipzig2012/announce.txt b/sprintinfo/leipzig2012/announce.txt --- a/sprintinfo/leipzig2012/announce.txt +++ b/sprintinfo/leipzig2012/announce.txt @@ -27,6 +27,10 @@ - jit optimizations: there are a number of optimizations we can still try out or refactor. +- work on various, more efficient data structures for Python language. + A good example would be lazy string slicing/concatenation or more efficient + objects. + - any other PyPy-related topic is fine too. diff --git a/talk/uct2012/talk.rst b/talk/uct2012/talk.rst --- a/talk/uct2012/talk.rst +++ b/talk/uct2012/talk.rst @@ -6,7 +6,7 @@ * PyPy developer since 2006 -XXX +* Worked on many areas, including the GC, the JIT, etc. What is PyPy? ------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
