[pypy-svn] r56140 - pypy/extradoc/talk/ep2008

antocuni at codespeak.net antocuni at codespeak.net
Fri Jun 27 21:03:18 CEST 2008


Author: antocuni
Date: Fri Jun 27 21:03:17 2008
New Revision: 56140

Modified:
   pypy/extradoc/talk/ep2008/status.txt
Log:
some language tweaks, some new points/paragraphs



Modified: pypy/extradoc/talk/ep2008/status.txt
==============================================================================
--- pypy/extradoc/talk/ep2008/status.txt	(original)
+++ pypy/extradoc/talk/ep2008/status.txt	Fri Jun 27 21:03:17 2008
@@ -14,19 +14,19 @@
 * We concentrated on running
   existing applications on top of pypy
 
-* Sometimes requiring this application changes
+* Sometimes requiring to change applications slightly
 
 Ctypes
 ======
 
-* Official way of having bindings to 
+* Official way to have bindings to 
   external (C) libraries for pypy
 
 * Slow, but getting better
 
 * Sponsored by google
 
-* Can handle ie pyglet, pymunk or Sole Scion
+* Can handle ie pysqlite-ctypes, pyglet, pymunk or Sole Scion
 
 Ctypes configure
 ================
@@ -44,7 +44,7 @@
 
 * Part of cpython stdlib
 
-* We use Gerhard Haering's version
+* We use Gerhard Haering's ctypes version
   (XXX link)
 
 * Works reasonably well after fixes
@@ -54,6 +54,8 @@
 
 * We run (almost) unmodified django
 
+* Only sqlite DB backend for now
+
 * We'll run 1.0 definitely
 
 Pylons
@@ -73,6 +75,13 @@
 
 * We don't support pycrypto nor pyopenssl
 
+Bittorrent
+==========
+
+XXX fill me
+http://morepypy.blogspot.com/2008/03/bittorrent-on-pypy.html
+
+
 Conclusion
 ==========
 
@@ -92,6 +101,11 @@
 XXX - relying on untested and undocumented private stuff
       (zipimport._zip_directory_cache)
 
+Speed - comparison with CPython
+===============================
+
+XXX fill me
+
 Speed - decent gcs
 ==================
 
@@ -104,4 +118,15 @@
 
 * Not ready yet!
 
+Other backends
+==============
+
+* pypy-jvm runs!
+
+* more integration between pypy-cli and .NET
+
+* general speed improvements
+
+* both backends are progressing - very slowly though
+
 XXX anything else?



More information about the Pypy-commit mailing list