Class HardwareDetector

java.lang.Object
com.github.gbenroscience.parser.turbo.tools.vector.HardwareDetector

public final class HardwareDetector extends Object
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 Details

    • detectPhysicalCores

      public static int detectPhysicalCores()