- 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
cetlibandfhiclcppproducts sizably increased the build time and libraries that depend on those products. In particular, inlined use of thestdregular-expression library utilities in header files resulted in larger than desired compile times and library sizes. The uses of inlinestd::regexinvocations 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 withinartonly during system initialization. Users who depend on heavy use of thefhiclcpplibrary within theartevent loop (not recommended) may notice longer execution times.
