[Numpy-discussion] Proposed Roadmap Overview
Sturla Molden
sturla@molden...
Sun Feb 19 18:14:12 CST 2012
Den 20.02.2012 00:39, skrev Nathaniel Smith:
> But there's an order-of-magnitude difference in compile times between
> most real-world C projects and most real-world C++ projects. It might
> not be a deal-breaker and it might not apply for subset of C++ you're
> planning to use, but AFAICT that's the facts.
This is mainly a complaint about the build-process. Maybe make or
distutis are broken, I don't know. But with a sane build tool (e.g. MS
Visual Studio or Eclipse) this is not a problem. You just recompile the
file you are working with, not the rest (unless you do a clean build).
Sturla
More information about the NumPy-Discussion
mailing list