Hacker News new | ask | show | jobs
by Mavvie 1414 days ago
Can you elaborate on that? Do you mean rewriting existing classes as structs so they go on the stack?
1 comments

Yes, just an example of one of the many performance minded complications that C# brings to the table. You can even use raw pointers if you want to.

https://docs.microsoft.com/en-us/dotnet/csharp/language-refe...