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.

Benchmark of PyPy, Unladen S., Jython, CPython, Psyco in Rastrigin optimization

87 pointsby peronealmost 15 years ago

6 comments

m0th87almost 15 years ago
Has anyone used PyPy to create an entirely new language? Because it's fast and defined in a higher level language, it seems like a prime candidate for language design experimentation.
评论 #1377137 未加载
alextpalmost 15 years ago
No memory usage data? That's usually important for heavy-duty optimization.
评论 #1376046 未加载
adamilardialmost 15 years ago
Once jython gets to use the new bytecode invoke virtual i'd like to see how they compare.
natmasteralmost 15 years ago
No IronPython? :(
评论 #1376043 未加载
busteralmost 15 years ago
thanks, perone. very interesting.. I've heard that pypy is fast, but i would've never thought it's that fast!<p>Unfortunately, many non-standard python modules don't work in pypy, right?
评论 #1377152 未加载
baddoxalmost 15 years ago
That very first sentence took me about 5 minutes to chew through as I tried to determine if my "natural language parser" was acting up or if the sentence was messed up. The latter was the case.
评论 #1376079 未加载