#14204: Building unchanged documentation takes very long
----------------------------+-----------------------------------------------
       Reporter:  jdemeyer  |         Owner:  GeorgSWeber
           Type:  defect    |        Status:  new        
       Priority:  blocker   |     Milestone:  sage-5.8   
      Component:  build     |    Resolution:             
       Keywords:            |   Work issues:             
Report Upstream:  N/A       |     Reviewers:             
        Authors:            |     Merged in:             
   Dependencies:            |      Stopgaps:             
----------------------------+-----------------------------------------------
Changes (by vbraun):

 * cc: was (added)


Comment:

 My laptop builds the new-style documentation in 55 seconds with 8x
 parallel if nothing is changed. And this is from cold caches.

 Jeroen, you are just trying to replace the subprocess call with a fork.
 That just saves us a couple of Sage startups, each of which is 1.5
 seconds. Thats maybe 10% performance that you can get out of there, right?

 You need to pull in a number of files across the different doc pieces to
 figure out if stuff is out-of-date, so I guess this makes this ticket
 extremely dependent on small file read performance. Thats just the price
 of having to synchronize multiple separate sub-documents.

 William, is there a chance to get a SSD (presumably into sage.math) for
 Jeroen?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14204#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to