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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Easy parallel loops in Python, R, Matlab and Octave

6 点作者 earino超过 10 年前

2 条评论

earino超过 10 年前
Includes sample code for Python using joblib, in R using the Parallel language, and in Matlab/Octave using the parfor construct!
techdragon超过 10 年前
Parallel looping is one of those things I wish was easier to use. Countless times I&#x27;ve stared at my python code weighing the cost of using the available primitives to optimise the loop. I just wish it was as simple as<p><pre><code> parallel_for x in range(10): myFunc(x) </code></pre> But we can&#x27;t have everything.
评论 #8288769 未加载