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