问题描述
我会感谢任何有关如何更快地实现Richards基准测试的实施方案的建议。也许有明显的问题可以解决吗?
最明显的问题:理查兹基准测试如何运作?
关注发布源代码?
Mit freundlichen Gruessen,
Peter Maas
- -
----------------------------------------- --------------------------
Peter Maas,M + R Infosysteme,D-52070 Aachen,Hubert-Wienen -Str。 24
电话+ 49-241-93878-0传真+ 49-241-93878-20电子邮件
------------------------- ------------------------------------------
包含Richards的第二个python实现包括什么? />
使用psyco进行基准测试?你不必修改你的代码,你只需要增加两行就可以获得
。看看两个源代码之间的差异
也很有趣。
问候,
Josef
I''d appreciate any suggestions on how to make faster Python
implementations of Richards benchmark. Perhaps there are obvious
problems that can be corrected?
http://www.lissett.com/ben/bench1.htm
The most obvious problem: how does the Richards benchmark work?
Care to post the source code?
Mit freundlichen Gruessen,
Peter Maas
--
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Hubert-Wienen-Str. 24
Tel +49-241-93878-0 Fax +49-241-93878-20 eMail pe********@mplusr.de
-------------------------------------------------------------------
What''s about including a second python implementation of the Richards
benchmark using psyco? You don''t have to modify your code, you only have
to add two lines. It would be also interesting to see the differences
between both source codes.
Regards,
Josef
这篇关于制作更快的理查兹基准的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!