- Download page.
- Previous version’s release notes.
External package changes.
This release of this art suite uses cetbuildtools
4.18.02.
Art 1.17.07.
The ROOT6 companion version to this release is art
1.18.05.
Compile-time improvements:
- Support #11485: It was observed that adding a feature to the
cetlib
andfhiclcpp
products sizably increased the build time and libraries that depend on those products. In particular, inlined use of thestd
regular-expression library utilities in header files resulted in larger than desired compile times and library sizes. The uses of inlinestd::regex
invocations have been moved to their own source files, thus avoiding the code bloat. It is possible that execution of the affected functions is now slower than when inlining was used. However, the affected functions are called withinart
only during system initialization. Users who depend on heavy use of thefhiclcpp
library within theart
event loop (not recommended) may notice longer execution times.