タグ PyPy Status Blog
人気順 5 users 50 users 100 users 500 users 1000 usersPyPy Status Blog: Let's remove the Global Interpreter Lock
Hello everyone The Python community has been discussing removing the Global Interpreter Lock for a long time. There have been various attempts at removing it: Jython or IronPython successfully removed... 続きを読む
PyPy Status Blog: PyPy 4.0.0 Released - A Jit with SIMD Vectorization and More
We’re pleased and proud to unleash PyPy 4.0.0, a major update of the PyPy python 2.7.10 compatible interpreter with a Just In Time compiler. We have improved warmup time and memory overhead used for t... 続きを読む
PyPy Status Blog JA: RPythonを用いたPyrlangのいくつかの実験
2015年3月2日月曜日 RPythonを用いたPyrlangのいくつかの実験 PyrlangはRPythonで書かれたErlang BEAMバイトコードインタープリタです。 Pyrlangでは、BEAMの約25%の命令を実装しました。現在Pyrlangがサポートしている機能は、整数の計算、クロージャ、例外処理や、アトム(atom)、リスト、組みへのいくつかの操作、ユーザーモジュール、及びシングル... 続きを読む
PyPy Status Blog: Realtime image processing in Python
Thursday, July 7, 2011 Realtime image processing in Python Image processing is notoriously a CPU intensive task. To do it in realtime, you need to implement your algorithm in a fast language, hence tr... 続きを読む
PyPy Status Blog: PyPy faster than C on a carefully crafted example
Friday, February 4, 2011PyPy faster than C on a carefully crafted exampleGood day everyone.Recent round of optimizations, especially loop invariant code motionhas been very good for small to medium ex... 続きを読む