5 ms·
Fast compile time isn't actually that hard for a C-like language. Good code optimization and fast compile time is hard.
by setpatchaddress 6y ago
Fast compile time isn't actually that hard for a C-like language. Good code optimization and fast compile time is hard.
- alexhutcheson 6y agoFast compile time on large projects is really hard for C and C-compatible languages due to the preprocessor and #include. Not an issue if you're comparing compilation for a single file, but it turns into a substantial fraction if your compile time when that file transitively #includes 10s or 100s of headers.