Open
Description
Godot version
4.0 beta 6
System information
Win 11, Ryzen 5 5600H, 32GB RAM
Issue description
Godot's integrated math library for .NET 6 is considerably slower than standard .NET System.Numerics.
Steps to reproduce
Do pretty much any Vector ops and compare it against System.Numerics. See included project for a small benchmark.