# optimization

3 Posts
thumbnail

.NET WeakReference Is Not Pinned

The following blog has been very helpful in profiling and improving the performance of a C# game server. C# High-Performance Server - Memory...

thumbnail

Performance Considerations of .NET Array Covariance

Covariance might sound like a complex term at first, but it simply means the property of being able to change along with something else. For...