Walter Bright wrote: > This also means if you merely translate a program from Java to D, don't > expect it to necessarily run faster. You're going to need to > refactor/reengineer it for speed. For example, replacing classes with > value types. Oh, and using slicing, too.