Generic Math at Raw Operator Speed 02 December 2020 Tips and Tricks If you need the absolute fastest way to do generic math operations in C# then this is the way to do it. When the JIT compiler processes this method for a particular type, there are a number of clever optimizations that happen which allow it to run at raw operator speed. [More]