Comments by "" (@diadetediotedio6918) on "C# is better than you think | Prime Reacts" video.
-
6
-
3
-
3
-
2
-
@danielhalachev4714
Structs, non-elided generics, advanced types/lists pattern matching, async/await, auto properties (and syntatically more appealing properties in general), native iterators, extension methods, operator overloading and cast overloading, optional parameters, objectively stack-only arrays and types (structs), opt-in native memory management with pointers and memory allocation out of the garbage collector (in .NET 6+) and more.
Just the non-elided generics on itself are already huge compared to Java, try comparing the performance of a list of bytes in Java using List<Byte> vs a list of bytes in C# with List<byte>, it is not comparable at all.
1
-
1
-
1
-
1
-
1
-
1
-
1