cglee Wrote:

> Now, I have questions about how much 'D' is fast comparing with 'java'
> and how much bigger in binary size generated by 'D' comparing with
> 'C'.  Is there anyone has information about this?.

Java has a very good optimizer, so in trivial mathematical tests java's speed 
is comparable with C. The problem with java is that it uses much more memory, I 
suppose.

On Windows D links C runtime statically and D runtime takes some space too.

Reply via email to