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.

Why is PyPy for python not as popular in the community?

5 pointsby bootcatover 7 years ago

2 comments

copxover 7 years ago
Because most people who use Python use it not because of the language itself but because of its library &#x2F; framework eco-system and PyPy&#x27;s compatibility with that is limited.<p>Also PyPy offers no performance advantage if all the CPU intense stuff happens in libraries written in C&#x2F;FORTRAN&#x2F;ASM anyway.
评论 #15594658 未加载
PaulHouleover 7 years ago
In many cases people don&#x27;t care about performance (CPU time) but they do care about problems, real or imagined, if they try something new. (Human time)