|
|
|
|
|
by TheFrigginDoC
1613 days ago
|
|
C was not designed to be fast. It was designed to be a bit simpler and a whole lot more portable then assembly code. The speed is a biproduct of how it does not try to do anything other then basically mapping perfectly to the hardware. |
|