|
|
|
|
|
by kazinator
708 days ago
|
|
> C++ templates are not exactly known for their blazingly fast compilation speed. Compared to what alternative that does the same thing, in C++? Modern C++ compilers, as such, are slow as molasses, on multi-GHz hardware with huge L1 and L2 caches, whether your code uses templates or not. |
|