Re: Lanaguage That You Know
I recommend putting in the effort to get to know assembly language. It is so much more efficient than high-level languages like c.
You often see c programmers talking about how efficient their code is, but if you inspect the generated machine code you see that that is not really very impressive.
|