TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PyPy gets faster

98 点作者 r11t超过 14 年前

8 条评论

fauigerzigerk超过 14 年前
Not that I'm a big fan of Jython, but including startup time in a benchmark is only useful for very short running command line tools. It says nothing about the speed of the JIT or the code that's being tested.
评论 #1794649 未加载
评论 #1794035 未加载
评论 #1794490 未加载
kwellman超过 14 年前
Has anyone done any recent memory benchmarks with PyPy?<p>I'd like to see magnitude of the memory trade-off for using a JIT compiler. As a web developer my programs are mostly IO-bound, not CPU-bound. I'm also bootstrapping and trying to squeeze as much as I can out of my 512MB linode.
评论 #1793626 未加载
评论 #1793784 未加载
评论 #1794661 未加载
jnoller超过 14 年前
Competition in the python-vm space is <i>fantastic</i> and I'm actually really, really happy to see PyPy maturing.
Raphael_Amiard超过 14 年前
That's really nice for PyPy. Although Eulers are mainly numerical tests. Most of the work done in many programmers "real world" are work on strings, which CPython is very good at since all its strings libs are implemented in C. So i'd like to see a comparison with a better benchmark i guess :)
CWuestefeld超过 14 年前
I'd like to see IronPython included in the comparison. (do they handle 2.7?)
评论 #1794702 未加载
random42超过 14 年前
Just to be clear, what are the specified numbers? execution time in seconds?
评论 #1794594 未加载
snissn超过 14 年前
PyPy needs epoll!
评论 #1793590 未加载
mikeklaas超过 14 年前
Years and years later and they are finally able to (very slightly) beat psycho. Sigh.
评论 #1793544 未加载