You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2020/09/08 13:40:00 UTC

[jira] [Updated] (MINIFICPP-1361) Try improving compile times by hiding spdlog in implementation files

     [ https://issues.apache.org/jira/browse/MINIFICPP-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz updated MINIFICPP-1361:
------------------------------------
    Labels: MiNiFi-CPP-Hygiene  (was: )

> Try improving compile times by hiding spdlog in implementation files
> --------------------------------------------------------------------
>
>                 Key: MINIFICPP-1361
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1361
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Marton Szasz
>            Priority: Minor
>              Labels: MiNiFi-CPP-Hygiene
>
> spdlog and fmt are template-heavy libraries and since they are included in almost all of our compilation units, they can have a major impact on our compilation times.
> Goal: try moving all spdlog includes to our logging-related .cpp files, possibly by using forward declarations and extra indirections, and see if it makes a difference.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)