In many critical places I saw allocations of Tuple. Should probably replace most of these with ValueTuple to reduce allocations, unless it needs to be a reference type (unlikely).
In many critical places I saw allocations of Tuple.
Should probably replace most of these with ValueTuple to reduce allocations, unless it needs to be a reference type (unlikely).