Thanks to Sanghyeon for running the benchmarks. To summarize his results, it seems like IP is pretty good at: comparing simple types, loops, function calls and float arithmetic. It performs pretty poorly at almost everything else! I guess its time to convert critical code sections to Boo.
-arman > Date: Fri, 20 Apr 2007 23:02:49 +0900 > From: "Sanghyeon Seo" <[EMAIL PROTECTED]> > Subject: [IronPython] pybench results for CPython and IronPython > > With IronPython 1.1 released, I ran pybench for CPython and IronPython > on my machine, and published the result here: > > http://sparcs.kaist.ac.kr/~tinuviel/pybench/ > > py24, py25, ipy11 are raw pybench result files. ipy11-vs-py24 and > ipy11-vs-py25 are comparing reports generated by pybench. _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
