[Issue 9584] Exceptions in D are ludicrously slow (far worse than Java)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 24 16:54:53 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9584



--- Comment #2 from bearophile_hugs at eml.cc 2013-02-24 16:54:50 PST ---
Created an attachment (id=1194)
An old exception benchmark

In the attach there is an old exception benchmark I have kept, it compares the
same code in Java, C++, D, Python, C. On my system even Python is quite faster
than D, not just Java.

The C code uses longjmp/setjmp, it's not directly comparable, but it's useful
for a baseline data point.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list