Re: Open source python projects
ndPython for Nanodesktop http://www.psp-ita.com/forum/viewtopic.php?t=28323 It shall be the most advanced, professional, reliable Python interpreter for Playstation Portable but there is actually a lack of performance and we are working to identify the origin of the problem. We need help. -- http://mail.python.org/mailman/listinfo/python-list
Performance problem in ndPython 2.5.2. Why ?
Hi, I'm working on a version of Stackless Python (2.5.2) for Nanodesktop PSP. The interpreter works, but it is slow. So, I want to ask this: is there any option/#define that I can pass to pyconfig.h that makes faster the interpreter ? Which are the #define that affect the performance of Stackless Python ? Perhaps there is some library that I must include in the interpreter to obtain a boost of performance ? -- http://mail.python.org/mailman/listinfo/python-list
IMPORTANT: I NEED TO HELP WITH ONE OF THE CORE DEVELOPERS
I need help with an implementation of your interpreter under PSPE/PSP. I need to know something about the C functions that are recalled by the interpreter when it executes a .pyc file. Our version of ndPython is very slow in execution respect to Carlos's StackLess Python (another product for PSP). We believe that the trouble is in a routine of our Nanodesktop libc that can be a bottleneck. But we don't know which can be the interested routine (string ? memory allocation ?) Please, help us. The product is complete, but we cannot release cause this problem. Thank you in advance. Filippo Battaglia -- http://mail.python.org/mailman/listinfo/python-list
