OpenHFT / Java-Thread-Affinity

Bind a java thread to a given core
http://chronicle.software/products/thread-affinity/
Apache License 2.0
1.78k stars 361 forks source link

Support non contiguous processor ids #115

Open JerryShea opened 7 months ago

JerryShea commented 7 months ago

e.g.

$ cat /proc/cpuinfo
processor   : 0
...
core id     : 0
...
...
processor   : 2
...
core id     : 1
...
...
JerryShea commented 5 months ago

See WIP https://github.com/OpenHFT/Java-Thread-Affinity/compare/ea...capture_processorid