mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-05-19 04:17:04 -04:00
Parallel.ForEach(IEnumerable<T>) allocates KeyValuePair<long, T>[] chunks internally for work distribution. Passing a List<T> avoids this entirely.
11 KiB
11 KiB