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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

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

5 点作者 bootcat超过 7 年前

2 条评论

copx超过 7 年前
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 未加载
PaulHoule超过 7 年前
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)