C# Study

3 Posts
thumbnail

.NET WeakReference Is Not Pinned

Profiling a C# game server and improving its performance has been greatly aided by the following blog. C# High-Performance Server - Memory F...

thumbnail

Performance Considerations of .NET Array Covariance

Covariance may sound like a complicated term at first, but it simply means the property of being able to change in accordance with something...