digitalmars.D.bugs - [Issue 855] New: Improve performance
- d-bugmail puremagic.com Jan 18 2007
- d-bugmail puremagic.com Jan 18 2007
http://d.puremagic.com/issues/show_bug.cgi?id=855 Summary: Improve performance Product: D Version: 1.00 Platform: PC OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: digitalmars-com baysmith.com Jacco Bikker wrote several raytracing articles on DevMaster.net. I took his third article and ported it to D. I was surprised to find that the D code is slower than C++. After some help from people on the digitalmars.D.learn newsgroup, my initial port was improved, but only to a point. The D code is about 1.8 times slower than the C++ code. Hopefully, this example can be used to find areas for improving the compiler. Attachment to follow. --
Jan 18 2007
http://d.puremagic.com/issues/show_bug.cgi?id=855 ------- Comment #1 from digitalmars-com baysmith.com 2007-01-18 15:21 ------- Created an attachment (id=91) --> (http://d.puremagic.com/issues/attachment.cgi?id=91&action=view) Raytracer in C++ and D implementations --
Jan 18 2007








d-bugmail puremagic.com