On Thursday, July 3, 2014 6:59:45 AM UTC-4, Nicolas M. ThiƩry wrote:
>
> Compiling in place means saving 15s of `sage -b` each time I just 
> modify Python code
>

Hmm can you describe your hardware and filesystem? After editing a Python 
file, "echo quit | sage -br" takes me 4.8 seconds. Just running + quitting 
(without -b) takes 1.4 seconds. Of the actual build time, 2.4 seconds is 
spent in cythonize checking that no dependency changed. Copying Python 
files accounts for maybe 10% of the dev cycle time.Could probably be done 
in parallel with cythonize, in which case it is basically for free.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to