|
|
|
|
|
by CyberDildonics
334 days ago
|
|
It's not strange at all. You only have one file to keep track of and it does everything, you put the functions in any compilation unit you want, C compilation is basically instant, and putting a bunch of single file libraries into one compilation unit simplifies things further. |
|
It is only basically instant in toy examples, or optimizations completely disabled.