Lionello Lunesu wrote: > This might solve the performace in this case, but Walter, have you checked > the thread "Why is this D code slower than C++" in digitalmars.D.learn ? The first thing I'd try is using DMD's built-in profiler: dmd -profile test.d