Hacker News new | ask | show | jobs
by dmytroi 909 days ago
C# has support for unsafe code / pointer arithmetic / memory pinning / unmanaged types [1]. Using them it's possible to write performant computations where needed.

- [1] https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...