Data Frames in D - let's not wait for linear algebra; useful today in finance and Internet of Things

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Dec 27 06:28:26 PST 2014


On Saturday, 27 December 2014 at 14:07:51 UTC, Russel Winder via 
Digitalmars-d-learn wrote:
> sequential code to fundamentally parallel code. OpenMP exists 
> exactly
> because Fortran, C and C++ codes had to be made data parallel 
> without
> being rewritten. D should not be in this boat.

I don't disagree in principle, but if an OpenMP supporting 
compiler can generate code for GPGPU then D will be miles behind 
for many homogeneous workloads.


More information about the Digitalmars-d-learn mailing list