Y
Hacker News
new
|
ask
|
show
|
jobs
by
akerro
3497 days ago
Yea, Java/C# with AOT can be faster than C. Only under some circumstances, on some hardware, if VM supports it.
1 comments
CyberDildonics
3496 days ago
Java and C# both use garbage collection and typical Java and C# make heavy use of pointers, indirection and many tiny heap allocations.
link