Re: [pypy-dev] NumPyPy effort

2013-02-07 Thread Maciej Fijalkowski
On Thu, Feb 7, 2013 at 8:52 AM, Esteban Gínez egi...@gmail.com wrote: Hi there! I am currently looking to help out with PyPy and it seems like a good place to put some effort is in the NumPy. If someone can give pointers and resource on where/how to get started I would appreciated a ton.

[pypy-dev] Great experience with PyPy

2013-02-07 Thread Marko Tasic
Hi, I would like to share short story with you and share what we have accomplished with PyPy and its friends so far. Company that I have worked for last 7 months (intentionally unnamed) gave me absolute permission to pick up technologies on which we based our solution. What we do is: crawl for

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Maciej Fijalkowski
On Thu, Feb 7, 2013 at 1:55 PM, Marko Tasic mtasi...@gmail.com wrote: Hi, I would like to share short story with you and share what we have accomplished with PyPy and its friends so far. Company that I have worked for last 7 months (intentionally unnamed) gave me absolute permission to pick

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Gelin Yan
On Thu, Feb 7, 2013 at 10:11 PM, Phyo Arkar phyo.arkarl...@gmail.comwrote: Pypy should have a page for Success Stories! Now with this and Quora proving Power of PyPy , i am beginning to start converting my projects into PyPy soon! I am only withholding right now because my projects uses a

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Костя Лопухин
PyPy supports postgres with either psycopg2cffi or psycopg2-ctypes bindings. We use psycopg2cffi in production (and maintain them), and here http://chtd.ru/blog/bystraya-rabota-s-postgres-pod-pypy/?lang=en are some benchmarks. And yes, PyPy is cool :) Typically giving 3x speedups, and some memory

Re: [pypy-dev] Cheetah on PyPy?

2013-02-07 Thread Skip Montanaro
Thanks. I'll make that change and send it back upstream to the Cheetah folks. This worked as Amaury advertised. I send a note to the Cheetah mailing list (where they want bug reports apparently) with the one line unidiff. Hopefully this change will make it into a near-term release. Skip

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Gelin Yan
On Thu, Feb 7, 2013 at 11:28 PM, Костя Лопухин konstantin.lopu...@chtd.ruwrote: PyPy supports postgres with either psycopg2cffi or psycopg2-ctypes bindings. We use psycopg2cffi in production (and maintain them), and here http://chtd.ru/blog/bystraya-rabota-s-postgres-pod-pypy/?lang=en are

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Костя Лопухин
Hi! I did not test it on Windows, there may be problems with installation (searching for postgres header files, the config is not very smart - https://github.com/chtd/psycopg2cffi/blob/master/psycopg2cffi/_impl/libpq.py#L209), but they should be solvable I hope - submit a bug if you have

Re: [pypy-dev] Parallella open hardware platform

2013-02-07 Thread John Camara
Fijal, Whether someone works full time on a project is a separate issue. Being popular helps attract additional resources and PyPy is a project that could use additional resources. How many additional optimizations could PyPy add to get to a similar level of optimization to say the JVM. We are