An RPython Extension Module Compiler has finally been released. RPython is fast. RPython is real fast. RPython is a restricted python variant that doesn't have much of the dynamic behaviour that a python programmer is used to. But It's Fast.
The net result is, if you have python code that isn't especially dynamic, but CPU heavy, you can compile it as a RPython extension module, and see it fly. Yay!
No comments:
Post a Comment