PS a couple quick tests, in both cases showing the parallel render takes about 2/3 the time.
practicaltypography.com <http://practicaltypography.com/> render: `raco pollen setup` then `raco pollen render` = 141s `raco pollen setup` then `raco pollen render -p` = 88s beautifulracket.com <http://beautifulracket.com/> render: `raco pollen setup` then `raco pollen render` = 285s `raco pollen setup` then `raco pollen render -p` = 190s > On Apr 23, 2019, at 11:10 AM, Matthew Butterick <[email protected]> wrote: > > OK, I've pushed a parallel-rendering routine which you can access by passing > the `-p` or `--parallel` flag to any invocation of `raco pollen render`. (I > will leave it undocumented for now until it has proven itself). -- 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.
