(no title)
vnorilo | 1 year ago
C++ compile times are due to headers. Which in case of templates result in a lot of redundant work then deduplicated by the linker.
vnorilo | 1 year ago
C++ compile times are due to headers. Which in case of templates result in a lot of redundant work then deduplicated by the linker.
No comments yet.