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