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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Speeding up text processing in Python (is hard)

5 点作者 itamarst大约 2 年前

1 comment

Qem大约 2 年前
IIRC a interesting case in this area was the Eric Raymond attempt to migrate GCC repository from Subversion to Git with a Python-based tool he created, called Reposurgeon. After several attempts, they gave up and ended migrating the whole tool to another language: <a href="http:&#x2F;&#x2F;esr.ibiblio.org&#x2F;?p=8161" rel="nofollow">http:&#x2F;&#x2F;esr.ibiblio.org&#x2F;?p=8161</a><p>In this case, the problem was less about speed and more about excessive memory load. I wonder, does the Faster CPython project also try to adress Python memory usage in addition to speed?<p>By the way, unfortunately it appears ESR stopped updating his blog. I enjoyed his technical posts.