Rayon pool width: min(4, hardwareConcurrency - 1), clamped to >= 1 (initThreadPool(0) is an error; a 1-thread pool still keeps decode off the calling worker's siblings without oversubscribing).
min(4, hardwareConcurrency - 1)
Rayon pool width:
min(4, hardwareConcurrency - 1), clamped to >= 1 (initThreadPool(0) is an error; a 1-thread pool still keeps decode off the calling worker's siblings without oversubscribing).