[pypy-dev] Extended goals

holger krekel hpk at trillke.net
Tue Sep 16 17:19:41 CEST 2003


[Christian Tismer Tue, Sep 16, 2003 at 05:02:24PM +0200]
> 26.08.2003  14:36               28,672 Acquisition.pyd
> 26.08.2003  14:36               28,672 BTree.pyd
> 26.08.2003  14:36               20,480 ComputedAttribute.pyd
> 26.08.2003  14:36               61,440 ExtensionClass.pyd
> 26.08.2003  14:36               28,672 IIBTree.pyd
> 26.08.2003  14:37               20,480 initgroups.pyd
> 26.08.2003  14:36               20,480 intSet.pyd
> 26.08.2003  14:36               28,672 IOBTree.pyd
> 26.08.2003  14:36               20,480 MethodObject.pyd
> 26.08.2003  14:36               20,480 Missing.pyd
> 26.08.2003  14:36               20,480 MultiMapping.pyd
> 26.08.2003  14:36               28,672 OIBTree.pyd
> 26.08.2003  14:36               20,480 Record.pyd
> 26.08.2003  14:36               20,480 ThreadLock.pyd

btw, i forgot all about it: this is mainly the Zope-Database (ZODB) 
which is independent from Zope and has quite some parts written 
in C, for performance reasons ASFAIK.  I'd say they are
applying a common technique with high-level-languages:
rapidly prototype in Python and reimplement the 
speed-relevant parts in C (and maintain it).  
It's rather obvious how PyPy could help here :-)

    holger


More information about the Pypy-dev mailing list