ECSOptions.ParallelEntityThreshold Property
Definition¶
Namespace: Brine2D.ECS
Entity count below which parallel processing falls back to sequential. Lower = more aggressive parallelism (good for CPU-heavy logic); higher = less thread overhead (good for lightweight components).
public int ParallelEntityThreshold { get; set; }