|
|
|
|
|
by kaba0
1121 days ago
|
|
C can’t be used to implement a good library for many problems due to being inexpressive. For example, you can’t write an efficient, generic vector data structure, but sort functions are also only fast due to the compiler’s smartness — passing a function pointer would be strictly slower. Though this has not much relevance here as it is about assembly. |
|