You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to iwyu, there are a dozen or so instances where inclusion of that header can be replaced with a forward declaration of ArrayData, which should help reduce build time
Component(s)
C++
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
When reviewing the output of ClangBuildAnalyzer, it appears that the
arrow/array/data.h
header is considered to be the most expensive include:According to iwyu, there are a dozen or so instances where inclusion of that header can be replaced with a forward declaration of
ArrayData
, which should help reduce build timeComponent(s)
C++
The text was updated successfully, but these errors were encountered: