问题标签 [paralleltry]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
design-patterns - Mathematica 使用的编程模式的名称
从 Mathematica 7.0 开始,有 ParallelTry 函数 [1] 可以并行计算多个函数,返回收到的第一个结果。这类似于对不相交的数据结构进行并行搜索。另一个常见用例是针对给定问题运行多个算法并等待返回第一个结果。
问题是这种计算方式是否有一个好名字。我只能想到调用这种 Eureka 风格,其中找到结果的函数(任务)之一惊呼 Eureka!
[1] http://reference.wolfram.com/language/ref/ParallelTry.html