|
4.4 Changes
< Previous Next >
Re: FIX 4.4 coding in Java or c++? which is better?
Jason Chung <> 18 Jun 2008 8:54AM ETHello,
Thanks for the responding.
I guess basic FIX handler such as client side OMS.
I think java data structure(util package) has better memory management and faster in a way they were implemented compare to c++.
I try to put 1 million unique string(market data) into hashtable for fun and I have no obvious delay accessing the data in java. But, I never did in c++, not sure what happen.....
the code for java is "cleaner" than c++.
But, I think you are right, both performance should be close enough. I think most company still using c++ for their FIX engine(not sure).
Thanks for the tips: 2 points
>Do you wanna write a tricky system driver or a Fix handler?
>Do you need a offset based access to the memory?
I guess this answer my question and most of the manager question too.
Regards,
Jason
Re: FIX 4.4 coding in Java or c++? which is better? Jason Chung 18 Jun 2008 8:54AM ET
|