Skip to content

Commit ce7f63e

Browse files
committed
Merge commit 'refs/affinity192-feedback-20260909/base' into HEAD
2 parents da6a03e + 6a57105 commit ce7f63e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ image::docs/images/Thread-Affinity_line.png[width=20%]
55
== Version
66

77
[#image-maven]
8-
[caption="",link=https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity]
9-
image::https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity/badge.svg[]
8+
[caption="",link=https://central.sonatype.com/artifact/net.openhft/affinity]
9+
image::https://img.shields.io/maven-central/v/net.openhft/affinity.svg[Maven Central]
1010
image:https://javadoc.io/badge2/net.openhft/affinity/javadoc.svg[link="https://www.javadoc.io/doc/net.openhft/affinity/latest/index.html"]
1111

1212
== Overview
1313
Lets you bind a thread to a given core, this can improve performance (this library works best on linux).
1414

1515
OpenHFT Java Thread Affinity library
1616

17-
See https://github.com/OpenHFT/Java-Thread-Affinity/tree/master/affinity/src/test/java[affinity/src/test/java]
17+
See https://github.com/OpenHFT/Java-Thread-Affinity/tree/develop/affinity/src/test/java[affinity/src/test/java]
1818
for working examples of how to use this library.
1919

2020
=== Supported operating systems
@@ -312,7 +312,7 @@ System.out.println("\nThe assignment of CPUs is\n" + AffinityLock.dumpLocks());
312312

313313
https://groups.google.com/forum/?hl=en-GB#!forum/java-thread-affinity[Java Thread Affinity support group]
314314

315-
For an article on how much difference affinity can make and how to use it http://vanillajava.blogspot.com/2013/07/micro-jitter-busy-waiting-and-binding.html
315+
For an article on how much difference affinity can make and how to use it https://blog.vanillajava.blog/2013/07/micro-jitter-busy-waiting-and-binding.html
316316

317317
== Questions and Answers
318318

0 commit comments

Comments
 (0)