Join us on IRC: #infoanarchy on irc.oftc.net — channel blog
Talk:Assembly
From iA wiki
"As it is closer to the machine's own language, Assembly is generally faster than other languages."
- This is not quite true. It used to be true that running some compiled C code would be slower than the hand-written assembly code, because of compiler inefficiency. These days, except for very simple tasks, optimized compilers will produce better assembly code than a human. crtn
I'll take your word on that but many of the developers I've talked to have claimed this. Webfork

