TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PyPy gets faster

98 pointsby r11tover 14 years ago

8 comments

fauigerzigerkover 14 years ago
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 未加载
kwellmanover 14 years ago
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 未加载
jnollerover 14 years ago
Competition in the python-vm space is <i>fantastic</i> and I'm actually really, really happy to see PyPy maturing.
Raphael_Amiardover 14 years ago
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 :)
CWuestefeldover 14 years ago
I'd like to see IronPython included in the comparison. (do they handle 2.7?)
评论 #1794702 未加载
random42over 14 years ago
Just to be clear, what are the specified numbers? execution time in seconds?
评论 #1794594 未加载
snissnover 14 years ago
PyPy needs epoll!
评论 #1793590 未加载
mikeklaasover 14 years ago
Years and years later and they are finally able to (very slightly) beat psycho. Sigh.
评论 #1793544 未加载