Live data from Hacker News

Pyston v2: Faster Python

blog.pyston.org

1–10 of 211 posts

Re: Pyston v2: Faster Python

#3
I feel like anybody really searching for speed is using something other than Python. I don't use Python for speed, but for ease-of-use.

It took me some clicks to see it's supposed to be a drop-in replacement, so that's good.

Re: Pyston v2: Faster Python

#4
post #3

I feel like anybody really searching for speed is using something other than Python. I don't use Python for speed, but for ease-of-use. It took me some clicks to see it's supposed to be a drop-in replacement, so that's good.

Sure, but there's lots of people already using Python that would probably love some more speed.

Re: Pyston v2: Faster Python

#5
post #3

I feel like anybody really searching for speed is using something other than Python. I don't use Python for speed, but for ease-of-use. It took me some clicks to see it's supposed to be a drop-in replacement, so that's good.

I feel you, but then again, Python applications tend to deployed anyway, so a speed boost can be welcome for some. Memory usage looks better, too.

Re: Pyston v2: Faster Python

#6
post #3

I feel like anybody really searching for speed is using something other than Python. I don't use Python for speed, but for ease-of-use. It took me some clicks to see it's supposed to be a drop-in replacement, so that's good.

I use python because of Numpy, Scikit and Tensorflow. I don't know of any other languages with libraries as productive as these, so speeding these apps up is a big win for a lot of people.

Also 20% is huge, I look forward to trying it!

Re: Pyston v2: Faster Python

#10
I'm not versed in the details of the politics of CPython, but why did this project fork instead of just contributing to CPython? Is CPython really slow in integrating community contributions?

Edit: I read the blog post closer, and found this: "Our plan is to open-source the code in the future, but since compiler projects are expensive and we no longer have benevolent corporate sponsorship, it is currently closed-source while we iron out our business model."

Post reply on HN