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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: How I made our whole Python infrastructure 20% faster with 1 change

4 点作者 rodmena将近 6 年前
So they wanted to speed up numpy and machine learning algs and I have no idea how I was going to do it.<p>To cut a long story short, I compiled python 3 for servers with a customized makefile:<p>``` .&#x2F;configure --enable-optimizations --with-lto ```<p>and then, I replaced `-O3` in make file with `-Ofast`.<p>That was it. And of course, I wonder why these are not defaults.<p>--

暂无评论

暂无评论