The Ninja build tool
The Ninja build tool
Posted Nov 18, 2016 11:20 UTC (Fri) by mathstuf (subscriber, #69389)In reply to: The Ninja build tool by wahern
Parent article: The Ninja build tool
CMake Ninja files could use this issue[1] (I have a solution sketched out, but have not had time to implement it) being fixed to speed up quite a bit for projects with a large graph (when using targets as nodes). As for Makefiles, they have the same restriction in CMake, but apparently there is no way to do something similar. Have you done any further analysis on the performance pain points? Do you have repositories one could clone to get your benchmark tests so that we can use it ourselves?
Posted Nov 18, 2016 22:58 UTC (Fri)
by wahern (subscriber, #37304)
[Link]
The Ninja build tool
That link isn't mine. It was posted on HN. There's author attribution at the top of the post and elsewhere on that page.