We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91101c + 16f8940 commit 9a9926eCopy full SHA for 9a9926e
2 files changed
README.md
@@ -1,5 +1,7 @@
1
Thread Affinity
2
=============
3
+[](https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity)
4
+
5
6
Lets you bind a thread to a given core, this can improve performance (this library works best on linux).
7
affinity/pom.xml
@@ -26,7 +26,7 @@
26
27
<modelVersion>4.0.0</modelVersion>
28
<artifactId>affinity</artifactId>
29
- <version>3.1.5-SNAPSHOT</version>
+ <version>3.1.7-SNAPSHOT</version>
30
<packaging>bundle</packaging>
31
32
<name>OpenHFT/Java-Thread-Affinity/affinity</name>
0 commit comments