Thanks for these things! After updating Pollen and merging your PR, a big 
improvement:

   1. Cold-start render: `raco pollen render -t html posts/*.poly.pm` = *111 
   seconds* (previously 166)
2. Setup + render:
      1. raco pollen setup posts/ = *42* sec (previously 65)
      2. raco pollen render -t html posts/*.poly.pm = *56* sec (previously 
      112)
      3. total time *98 seconds *(previously 177)
   
Basically almost a 2x speedup :-o   Clearly my cache misses were a big part 
of the problem. 

I'm still interested in possible gains from parallelizing the template 
step. My current project will likely start out with around 400 separate 
documents and grow from there, hence my interest in improving build times.

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

Reply via email to