Skip to content
Rob Austin edited this page Jul 28, 2014 · 1 revision

Welcome to the Java-Thread-Affinity wiki!

The Open HFT Thread Affinity library can increase your applications performance by allowing threads to be bound to specific cores. This is a benefit if the data is already on the cores L1 cache because it won’t have to be reloaded. The OpenHFt Thread Affinity libary is the ideal choice if you are writing low latency code.

Clone this wiki locally