This article shows how to use NaN Boxing to improve the performance of a JSON parser for C# named DynaJson.
About DynaJson
DynaJson is a fast JSON parser for C# compatible with DynamicJson. I feel DynamicJson is very useful but lack sufficient performance, so I developed a faster replacement.
Continue reading "NaN Boxing in C#"