Issue 489 · Week of May 20, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

High-performance C#: a test pattern for ref structs

Read full article Discuss
C# 7.2 introduce ref structs, a new kind of type designed to support certain high performance scenarios. There are constraints around their use, and when writing unit tests for our Ais.Net parser, this caused some challenges. This blog describes the technique we used to... #csharp #CSharp72 #Span