stackoverflow question

High Performance Numerics in C#

Recently a programmer on stackoverflow commented that the performance of NMath was "really amazing" and was wondering how we achieved that performance in the context of the .NET/C# framework/language pair. This blog post discusses how CenterSpace achieves such great performance in this memory managed framework. A future post will discuss where we are looking to gain even more performance. (mor...
Read More
Top