Hacker News new | ask | show | jobs
by mattj 5055 days ago
First off, I really, really like pypy. It's been slowly taking over my data-massaging-type tasks, and consistently yields 5-10x speedups over cpython.

That being said, I'm a little nervous about all the energy being exerted on novel multicore stuff. Pypy has always been somewhat of a research project, but it's so close to being usable in a mainstream setting. I'd love to see them getting it over the final few hurdles (an out of the box as-fast-as-simplejson json module being a major problem, better docs for performance tuning being the two I've noticed).

1 comments

You don't get to pick what other people work on, unless you pay them.

PyPy is quite friendly to new contributors, so if you want to help speed up JSON or improve docs, visit #pypy on freenode and offer to pitch in, and I'm sure some core developers will do their best to help you help them.

Or if you really want a feature but don't have time to work on it, see if any PyPy devs are accepting contract work. I suspect speeding up JSON wouldn't take one of the experts long, so it probably wouldn't cost you much.

Docs are more of a moving target: no matter how much you write, users will always want more (and then some of those complaining users will fail to actually read what you do write). There was a tutorial session at PyCon US this year about using PyPy to speed up Python code, and the video is on Youtube.

A bit on topic, this is my tweet about that: https://twitter.com/fijall/status/230597001056768000

That said, not all PyPy devs are working on STM, so there is definitely work going in other directions. I should probably write a blog post detailing stuff that's actively being worked on.

STM is also funded - which means there is enough community interest to sponsor at least some of the work (and thanks to all the donors)

"You don't get to pick what other people work on, unless you pay them."

Tangent: I donated a small amount of money to two PyPy projects (STM and py3k). But I didn't see the donation bars move at all -- at least in the case of STM, I'm almost positive that it didn't move a single dollar after my donation. Do they update those things? If not, it's kind of hard to tell what is sufficiently funded to succeed and what is not.

They do update them, but manually and probably not very often. Looking at commit logs, all three features that have asked for donations have had a lot of work done, but that's different from success.
We don't have a direct access to the funding buttons (it would require quite a bit of work, probably doable though), so we update it every 2 weeks (roughly) when it lands on the bank account. That way we don't have bounced payments to deal with either (and it works easier). Sorry if you're used to real-time donations, but banking is not real time.
Hmm... I figured that at the beginning, but I made the donation around June 10 and I could swear the number for STM is exactly the same as back then.

Maybe I should try to contact them and make sure the donation wasn't lost? But that seems strange, surely others have donated during that time as well.

updated today. sorry for the lag