I love c# personally. Gives you flexibility to write high level code when performance isn’t an issue or jump all the way down to raw pointers and native compilation when it does.
Interestingly the new tiered jit can achieve better performance than a traditional compiler as it has runtime information to further optimise code.
Lmaydev@programming.dev 9 months ago
I love c# personally. Gives you flexibility to write high level code when performance isn’t an issue or jump all the way down to raw pointers and native compilation when it does.
Interestingly the new tiered jit can achieve better performance than a traditional compiler as it has runtime information to further optimise code.