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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

DumPy: NumPy except it's OK if you're dum

7 点作者 jjar1 天前

2 条评论

homarp大约 14 小时前
discussed at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44080181">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44080181</a>
Bostonian1 天前
It sounds like the author is reinventing modern Fortran, which has array operations but also fast loops.<p>`Here’s my extremely non-clever idea: Let’s just admit that loops were better. In high dimensions, no one has yet come up with a notation that beats loops and indices. So, let’s do this:<p>Bring back the syntax of loops and indices. But don’t actually execute the loops. Just take the syntax and secretly compile it into vectorized operations. Also, let’s get rid of all the insanity that’s been added to NumPy because loops were slow.`