Skip to content

Commit 9a9926e

Browse files
committed
Merge branch 'master' of github.com:OpenHFT/Java-Thread-Affinity
2 parents b91101c + 16f8940 commit 9a9926e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Thread Affinity
22
=============
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity)
4+
35

46
Lets you bind a thread to a given core, this can improve performance (this library works best on linux).
57

affinity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>affinity</artifactId>
29-
<version>3.1.5-SNAPSHOT</version>
29+
<version>3.1.7-SNAPSHOT</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>OpenHFT/Java-Thread-Affinity/affinity</name>

0 commit comments

Comments
 (0)