Class HardwareDetector
java.lang.Object
com.github.gbenroscience.parser.turbo.tools.vector.HardwareDetector
Detects physical CPU cores across Windows/Mac/Linux.
Uses OS-native APIs, falls back to logical cores with HT heuristic.
Result is cached after first call.
* @author GBEMIRO
-
Method Summary
-
Method Details
-
detectPhysicalCores
public static int detectPhysicalCores()
-