Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Modern c# has many low level knobs (still in a safe way; though it also supports unsafe) for zero allocation, hardware intrinsics, devirtualization of calls at runtime, etc.: simd (vector), memory spans, stackalloc, source generators (helps with very efficient json), etc.

Most of all: C# has a very nice framework and tooling (Rider).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: