reddit discussion about Go turns to D again

Russel Winder russel at russel.org.uk
Sun May 15 04:52:08 PDT 2011


On Sun, 2011-05-15 at 09:46 +0200, Paulo Pinto wrote:
> Well, C++ already kind of has, thanks to Intel's TBB and Microsoft's PPL and 
> Agents libraries.

TBB is very good in terms of performance but it can be rather awkward to
use.  It is thought a great step forward for data parallelism is C++.

I have no experience of Microsoft stuff as I don't use their
compilers/libraries.

> Intel's Cilk you also provides interesting extensions to C and C++, and they 
> look pretty much
> like Go's ideas.

Cilk per se has lost its way a bit recently, and anyway was C focused.
Cilk++ is a commercial enterprise.  Intel have licenced it (Intel Cilk
Plus) as part of their "pay for" C++ development suite which includes
TBB and ABB.  I have downloaded the 1.3GB file but have yet to unpack
it. 

The idea of using asynchronous function call as the initiator of
concurrency/parallelism is fairly standard across the board these days.
Of course Cilk is still focusing on shared-memory systems. 

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at russel.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20110515/35488eec/attachment.pgp>


More information about the Digitalmars-d mailing list