[Python] IronPython beta 5 released
Python の .NET 実装である IronPython の beta 5 が公開されています。 ダウンロードはこちら。
We have just released IronPython 1.0 Beta 5. This release focuses primarily on improving IronPython’s performance. In this area we’ve reduced working set and startup type by optimizing methods on-demand, improved the speed of attribute access, reduced the overhead in many basic operations (e.g. equality checks and uninitialized checks for local variables), and done other various fine tuning. As usual there are also a good number of bug fixes (primarily focused on community reported bugs). There was also one significant API change in the .NET <-> Python interoperability area:
今回の修正はパフォーマンスの改善がメインのようです。他に、.NET と Python をつなぐ API にも変更が加えられたようです。
| 固定リンク
この記事へのコメントは終了しました。
コメント