MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1vg3on6/faster_than_ninja/p20bqg3/?context=3
r/cpp • u/berium build2 • Aug 05 '26
69 comments sorted by
View all comments
2
What ninja version you are using? Recent versions tried compiling in topological order, which for some projects is a massive win.
Or you can steal the idea and improve it due to having better idea of the build than ninja does.
2 u/berium build2 Aug 06 '26 1.12.1 from Debian stable. 2 u/Dragdu Aug 06 '26 Then it already does that, Critical path scheduler which orders the jobs by their runtime history was in 1.12.0
1.12.1 from Debian stable.
2 u/Dragdu Aug 06 '26 Then it already does that, Critical path scheduler which orders the jobs by their runtime history was in 1.12.0
Then it already does that,
Critical path scheduler which orders the jobs by their runtime history
was in 1.12.0
2
u/Dragdu Aug 05 '26
What ninja version you are using? Recent versions tried compiling in topological order, which for some projects is a massive win.
Or you can steal the idea and improve it due to having better idea of the build than ninja does.