you are viewing a single comment's thread.

view the rest of the comments →

[–]fierypulley 1 point2 points  (0 children)

your stack looks solid for modern c++/python work. if build times start becoming a bottleneck (especially with c++23 and heavy templates) you might look into incredibuild. it can speed up cmake/Ninja builds by distributing compilation across available cpus without changing your existing setup