Mechanical Sympathy
Hardware and software working together in harmony
Wednesday, 19 December 2012
Mechanical Sympathy Discussion Group
›
Lately a number of people have suggested I start a discussion group on the subject of mechanical sympathy, so I've taken the plunge and...
3 comments:
Wednesday, 17 October 2012
Compact Off-Heap Structures/Tuples In Java
›
In my last post I detailed the implications of the access patterns your code takes to main memory. Since then I've had a lot of quest...
80 comments:
Sunday, 5 August 2012
Memory Access Patterns Are Important
›
In high-performance computing it is often said that the cost of a cache-miss is the largest performance penalty for an algorithm. For many...
36 comments:
Thursday, 5 July 2012
Native C/C++ Like Performance For Java Object Serialisation
›
Do you ever wish you could turn a Java object into a stream of bytes as fast as it can be done in a native language like C++? If you use s...
42 comments:
Saturday, 19 May 2012
Applying Back Pressure When Overloaded
›
How should a system respond when under sustained load? Should it keep accepting requests until its response times follow the deadly hockey...
6 comments:
Sunday, 29 April 2012
Invoke Interface Optimisations
›
I'm often asked about the performance differences between Java, C, and C++, and which is better. As with most things in life there is ...
7 comments:
‹
›
Home
View web version