On Sun, Feb 19, 2012 at 4:42 PM, Nathaniel Smith <n...@pobox.com> wrote:

> On Sun, Feb 19, 2012 at 1:42 PM, Neal Becker <ndbeck...@gmail.com> wrote:
> > On Fedora linux I use ccache, which is completely transparant and makes
> a huge
> > difference in build times.
>
> ccache is fabulous (and it's fabulous for C too), but it only helps
> when 'make' has screwed up and decided to rebuild some file that
> didn't really need rebuilding, or when doing a clean build (which is
> more or less the same thing, if you think about it).
>
>
For Numpy, there are also other things going on. My clean builds finish in
about 30 seconds using one cpu, not so clean builds take longer.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to