Re: Re: Java for financial models
Posted by ML-21 on
URL: http://quantlib.414.s1.nabble.com/Re-Java-for-financial-models-tp3273p3276.html
[Quantlib-users] Re: Java for financial models> Java is of course slower
than C++. [...] These days you
> can write code (under .NET) in managed C++ (FDM)
> and the GUI in C# (C# is really Java in IMO), so life is
> beautiful. Of course, this solution does not port to Linux.
How does C++.NET compare to Java in terms of performance? After all, .NET
also runs on a Virtual machine.
Yes, .NET has a JIT compiler, which makes programs run in native mode, and
hence faster, but don't JIT compilers exist as well for Java?
So, is there really a difference in speed?
-Mario