<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2 May2022, at 2:23 PM, Warren Nagourney via MacOSX-TeX <<a href="mailto:macosx-tex@email.esm.psu.edu" class="">macosx-tex@email.esm.psu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div><div class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">On May 2, 2022, at 9:59 AM, Murray Eisenberg <<a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">On 2 May2022, at 11:52 AM, William F. Adams via MacOSX-TeX <<a href="mailto:macosx-tex@email.esm.psu.edu" class="">macosx-tex@email.esm.psu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-size: 10pt; font-family: arial, helvetica, sans-serif;" class=""><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;" class=""></div>Have you seen:<div dir="ltr" class=""></div><div class=""><br class=""></div><div class=""><span style="font-size: 13.3333px;" class=""><a href="https://tex.stackexchange.com/questions/571954/apple-silicon-m1-mac-compatibility-for-mactex-and-performance" class="">https://tex.stackexchange.com/questions/571954/apple-silicon-m1-mac-compatibility-for-mactex-and-performance</a></span></div><div class=""><span style="font-size: 13.3333px;" class=""><br class=""></span></div><div class=""><span style="font-size: 13.3333px;" class="">William</span></div></div></div></blockquote><br class=""></div><div class="">Yes, I have seen that. But it doesn’t address performance on the Mac Studio with Max CPU.</div><div class=""><br class=""></div><div class="">Already when I do a complete pdflatexmk run of my 700-page book on a 13” MacBook Air M1 with 8-core CPU, 16GB RAM, and 1 TB SSD, it takes about 30 seconds less than on my mainstay machine, a2019 iMac 27” with 3.6 GHz 8-core Intel i9, 64 GB RAm, and 2 TB SSD. On the latter, a complete run takes about 5 1/2 minutes. That seems excruciatingly long when I’m waiting to do further writing or editing after looking at what I have so far, complete with all cross-references filled on.</div><div class=""><br class=""></div><div class="">To have all the needed windows open, that 13” MacBook Air is out of the question, though.</div><div class=""><br class=""></div><div class="">Hence my interest in the M1 Max chip on a desktop.</div></div><br class=""></div></blockquote><br class=""></div><div class="">Murray,<div class=""><br class=""></div><div class="">That seems very long on both devices. I have a 500 page book with about 1500 equations and about 500 figures and typesetting takes about 3 seconds on the M1 and about twice that on the Intel machine. I am guessing that the time limiting task on your machines is not typesetting but something else. </div><div class=""><br class=""></div><div class="">Knuth acknowledges that TeX will not benefit from more than one core (the famous interview ~2010). I have seen a slew of benchmarks of the M1 Max vs the M1 Pro and the only place where it makes a difference is in tasks which can take advantage of the GPU. Of course, TeX is not in that category, but apps which do video editing and some scientific apps using the Apple replacement for OpenCL are.  </div><div class=""><br class=""></div><div class="">A developer of a popular iOS app (Marco Arment) has tested the Xcode compile time on an M1 Max with 64 GB of Ram and an M1 Pro with 16 GB and it took exactly the same time on both machines (19 sec, vs 30 sec on an M1 in a Mac Mini).  </div><div class=""><br class=""></div><div class="">I doubt very much that there will be any difference in typesetting speed for any of the current M1-based machines. </div><div class=""><br class=""></div></div></div></div></div></blockquote></div><div class=""><br class=""></div>On my Intel CPU iMac, I just retimed with no other apps running, including no real-time antivirus, and the complete PDFLATEXMK engine run through TeXShop is down to under 4 minutes.<div class=""><br class=""></div><div class="">The preamble is complicated and loads many packages. Sectioning enviroments are colored, as are headings of theorem-like environments; the bodies of many theorem-like environments appear on a colored background; some of the math symbols used frequently are made using the picture environment; I’m using crossreftools along with cleveref and hyperref; the index is very detailed; etc.</div><div class=""><br class=""></div><div class="">I even tried just running the pdflatex command directly in Terminal, and the first pass takes 2 min 39 sec. And doing the complete, multi-pass run, using the following shell script, takes 4 min 16 sec:</div><div class=""><br class=""></div><div class=""><div class="">#! /bin/bash</div><div class="">pdflatex book</div><div class="">biber book</div><div class="">pdflatex book</div><div class="">pdflatex book</div><div class="">makeindex book.nlo -s book.ist -o book.nls</div><div class="">makeindex names.idx -s names.ist -o names.ind</div><div class="">makeindex -s book.ist book</div><div class="">pdflatex book</div><div class="">pdflatex book</div><div class=""><br class=""></div><div class="">That at least indicates the overhead of processing through TeXShop is minimal.</div><div class=""><br class=""></div><div class="">
<div>---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">            </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">Mobile (413)-427-5334<br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">           </span><br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">     </span></div><div class=""><br class=""></div><br class="Apple-interchange-newline">

</div>
<br class=""></div></div></div></body></html>