You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the idea is not to store these ranges to save memory. We can try to use inlined property methods instead. But on the other hand, stored version might still be faster to access.
We need a benchmark to decide does [MethodImpl(MethodImplOptions.AggressiveInlining)] help to get the copy of the structure using constructor from inlined property method faster than access to the field.
Ranges/Range.cs
Line 13 in 3d71669
The text was updated successfully, but these errors were encountered: