ice icon indicating copy to clipboard operation
ice copied to clipboard

Looking into improving build time of applications using the new C++11 mapping

Open bentoi opened this issue 4 years ago • 1 comments

Builds of applications using the new C++11 mapping are quite a bit slower than with the C++98 mapping. The increase in template usage is likely to explain the additional compile time. It would be good to investigate whether or not we can improve our use of templates to reduce build times.

bentoi avatar Jan 25 '21 16:01 bentoi

Moved to 4.0 as this might require bigger changes than what we can do in a patch release

pepone avatar May 25 '21 08:05 pepone