Mechanical Sympathy
Hardware and software working together in harmony
Showing posts with label
Low-Latency
.
Show all posts
Showing posts with label
Low-Latency
.
Show all posts
Monday, 5 May 2014
Simple Binary Encoding
›
Financial systems communicate by sending and receiving vast numbers of messages in many different formats. When people use terms like "...
43 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:
Thursday, 22 March 2012
Fun with my-Channels Nirvana and Azul Zing
›
Since leaving LMAX I have been neglecting my blog a bit. This is not because I have not been doing anything interesting. Quite the opposi...
57 comments:
Tuesday, 22 November 2011
Biased Locking, OSR, and Benchmarking Fun
›
After my last post on Java Lock Implementations , I got a lot of good feedback about my results and micro-benchmark design approach. As a ...
12 comments:
Saturday, 5 November 2011
Locks & Condition Variables - Latency Impact
›
In a previous article on Inter-Thread Latency I showed how it is possible to signal a state change between 2 threads with less than 50ns of...
›
Home
View web version