Marton Szasz created MINIFICPP-1361:
---------------------------------------

             Summary: 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


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)

Reply via email to