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

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 problems.

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Gelin Yan
On Thu, Feb 7, 2013 at 11:28 PM, Костя Лопухин wrote: > 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

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 Костя Лопухин
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 s

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Gelin Yan
On Thu, Feb 7, 2013 at 10:11 PM, Phyo Arkar wrote: > 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 lot of C > Libraries

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Phyo Arkar
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 lot of C Libraries and Numpy/Matplotlib/scilit-learn. Thanks Phyo. On Thursday

Re: [pypy-dev] Great experience with PyPy

2013-02-07 Thread Maciej Fijalkowski
On Thu, Feb 7, 2013 at 1:55 PM, Marko Tasic 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 up technolo

[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 PD

Re: [pypy-dev] Parallella open hardware platform

2013-02-07 Thread Maciej Fijalkowski
On Thu, Feb 7, 2013 at 6:41 AM, John Camara wrote: > Fijal, > > In the past you have complained about it being hard to make money in open > source. One way to make it easier for you is grow the popularity of PyPy. > So I would think you would at least have some interest in thinking of ways > to ac

Re: [pypy-dev] NumPyPy effort

2013-02-07 Thread Maciej Fijalkowski
On Thu, Feb 7, 2013 at 8:52 AM, Esteban Gínez 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. > > Thanks a b