Skip to content

Comment on PyPy Status Blog: STM with threads

Comments

While I think STM and Threading is cool, I think being able to run multiple python loops and message pass in the same process would be much cooler, and much faster akin to an Erlang like VM. Then again I'm pretty biased as I've done more Erlang this year than python!

If you can write your application in an efficient way using message passing - that's fantastic! However some applications have shared state at their core and are very inefficient when programmed using message passing.

Are there many such cases where you would use python, though ?

Yes. One example would be scientific computing, which is an area that demands extreme machine performance and which also is frequently done in Python.

Well if it where possible to use python in such a case there would probebly be demand.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.