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

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
March 31, 2020
606
564