You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.