Learning low latency C++ and Java?
Posted
by
user997112
on Programmers
See other posts from Programmers
or by user997112
Published on 2011-11-23T22:16:39Z
Indexed on
2011/11/24
2:20 UTC
Read the original article
Hit count: 261
I'm currently in a role where I dont get to write any C++ or Java. However, the role is good because provides me with exposure to the business side (i'm interested in finance).
Eventually I would like to get into high frequency trading infrastructure. Therefore, outside of work hours i'd like to maximise the knowledge I can gain about high performance Java and C++. I already have the Java Performance Tuning book, which is ok but not impressive.
Can people recommend anymore latency blogs/books/websites for learning about making C++/C/Java or even Unix very fast?
Or perhaps making the network parts of the OS (if re-writing Unix components) faster?
EDIT: Or perhaps we could make this THE thread for advice on writing fast code
© Programmers or respective owner