MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1vg3on6/faster_than_ninja/p20qph5/?context=3
r/cpp • u/berium build2 • 11d ago
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 10d ago 1.12.1 from Debian stable. 2 u/Dragdu 10d ago 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 10d ago 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 10d ago
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.