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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

PyPy v7.3.16

113 点作者 lumpa大约 1 年前

7 条评论

candl大约 1 年前
I recently had to script reading a large Excel XLSB file. Using pyxlsb it took about two minutes. I found an alternative library with significally better performance - python-calamine, but this one reads all the data to memory consuming GBs of RAM, so was a no starter. Then I tried PyPy and miraculously the same script with pyxlsb takes 15 seconds.
giancarlostoro大约 1 年前
I never really did much with PyPy, do people mostly use it in a deployed application setting? I ask because looking over at the PyPy Speed page...<p><a href="https:&#x2F;&#x2F;speed.pypy.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;speed.pypy.org&#x2F;</a><p>Looks like Django is insanely faster under PyPy. Feels like a potential waste not to use PyPy on a deployed web app in most cases. I wonder how FastAPI scales with PyPy and other Python interpreters.
评论 #40145350 未加载
评论 #40145368 未加载
评论 #40145811 未加载
评论 #40150091 未加载
评论 #40147070 未加载
评论 #40146985 未加载
评论 #40152171 未加载
评论 #40145910 未加载
sneed_chucker大约 1 年前
Still crazy to me that Python is this popular in all sorts of production uses without a JIT reference implementation.
评论 #40147472 未加载
评论 #40154635 未加载
albertzeyer大约 1 年前
Is there an overview of the user share of PyPy vs CPython? I have the feeling that PyPy usage became less in the recent years.<p>How well does PyPy work together with frameworks like PyTorch, JAX, TensorFlow, etc? I know there has been some work to support NumPy, but I guess all these other frameworks are much more relevant nowadays.
评论 #40148394 未加载
abeppu大约 1 年前
Does PyPy still release 2.7 because RPython is still based on it?<p>I was recently trying to play with RPython for the first time, and having to remember all the python 2 vs python 3 differences felt strange, and very retro.
评论 #40145302 未加载
singularity2001大约 1 年前
Too bad they don&#x27;t compile to wasm. Shouldn&#x27;t be tooo hard.
brian_herman大约 1 年前
Why do they have 3.9 and 3.10 is it their policy to have two previous versions for every release?
评论 #40150661 未加载