Hi, I'm working with a build that is getting large and i have a settings file that is getting big. I was wondering if there are any performance issues whit the build using a loop to include the projects? Have around 60 submodules in the project now
n
Niels Doucet
06/03/2024, 9:56 AM
depends on what you're doing inside that loop, I suppose.
Niels Doucet
06/03/2024, 9:57 AM
We've got ~150 submodules in one of our projects, no major performance issues on the build configuration phase.
And I heard about much bigger projects from others in this community, so I don't think there should be any inherent problem.
e
Eivind Smedseng
06/03/2024, 10:01 AM
Thanks, then ill go for it
r
ritesh singh
08/26/2024, 2:38 AM
I had taken that path and realised, walking down the file tree with large project consisting of nested modules, always going to give bad build time perf, as compared to adding them manually in