Custom memory allocation in C# Part 11 — Benchmarking UnsafeList
This is the eleventh part of the Custom memory allocation series. For your convenience you can find other parts in the table of contents in Part 1 — Allocating object on a stack I presented some results suggesting that UnsafeList is faster than the array or List< T> in .NET. Today it’s time to run … Continue reading Custom memory allocation in C# Part 11 — Benchmarking UnsafeList