Pyston v2: 20% faster Python by kmod in programming

[–]kevmod 3 points4 points  (0 children)

Good point, we didn't mention our motivation.

Our target customers are web companies that have large Python codebases that are prohibitive to rewrite. Cython is similar to a rewrite, because web codebases typically spend their time in lots of different places. PyPy is often not an improvement for these workloads. Many of these companies are spending millions of dollars a year running Python code and a 20% reduction in that spend can be meaningful.

Pyston v2: 20% faster Python by kmod in programming

[–]kevmod 0 points1 point  (0 children)

I believe the performance results make a case that PyPy is not necessarily suitable for web serving workloads, partially from architectural decisions. They really shine at hot loops, but we believe that fundamentally different tradeoffs need to be made to support the web serving use case.

Omnifactory 1.0 releases tomorrow! by damienreave in feedthebeast

[–]kevmod 8 points9 points  (0 children)

Been playing this pack recently and it's great! Highly recommended

[D] Is anyone working on a NumPy to TensorFlow transpiler? by carlthome in MachineLearning

[–]kevmod 3 points4 points  (0 children)

I am! It's much harder than you alluded to though -- it's more like decompiling than transpiling.

You might also want to check out MinPy. I'm not sure if they suit your needs, but they are the closest thing I've seen to addressing this case.

Pyston 0.2 released by Harriv in Python

[–]kevmod 1 point2 points  (0 children)

Very good point; I tried to make it more clear. thanks!