Package io.github.jbellis.jvector.util
Class PhysicalCoreExecutor
java.lang.Object
io.github.jbellis.jvector.util.PhysicalCoreExecutor
A fork join pool which is sized to match the number of physical cores on the machine (avoiding hyper-thread count)
This is important for heavily vectorized sections of the code since it can easily saturate memory bandwidth.
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
instance
-
-
Method Details
-
execute
-
submit
-