任务单上的并行库的实现? [英] Task Parallel library implementation on mono?

查看:105
本文介绍了任务单上的并行库的实现?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

单是否执行任务并行库?如果是这样,如何表现.NET和单间的比较。

Does Mono implement Task Parallel library? If so, how does performance compare between .NET and mono.

推荐答案

这是在单声道实现2.6发布

This was implemented in Mono release 2.6.

从发行说明:

ParallelFx

ParallelFx

这版本包括被开发作为谷歌的夏天2008码的一部分ParallelFx框架的一些组件&安培; 2009年更确切地说,它包含了任务并行库和数据结构协调。

This release includes some components of the ParallelFx framework that were developed as part of Google Summer Of Code 2008 & 2009. More precisely, it contains the Task Parallel Library and Data Structures For Coordination.

使用ParallelFx,你可以很容易地开发软件,可以自动采取的并行潜在优势今天的多核机器。为此,期货等,并行循环或并发集合了一些新的结构,现已。

Using ParallelFx, you can easily develop software that can automatically take advantage of the parallel potential of today multicore machines. For that purpose, several new constructs like futures, parallel loops or concurrent collections are now available.

要使用此代码,您必须使用手动启用了.NET 4的个人资料--with-profile4 = YES开关在配置阶段。

To use this code you have to manually enable the .NET 4 profile using the --with-profile4=yes switch at configure stage.

这篇关于任务单上的并行库的实现?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆