The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
0answers
79 views

Can TeX generate “heap dumps” to analyze+optimize out-of-memory situations?

As package author of the memory-extensive package pgfplots, I have been asked to analyze some out-of-memory situation. I could identify the "culprit"; it was some call to \pdfmdfivesum in which it ...
1
vote
0answers
86 views

What is the most efficient way to render LaTeX to a viewable format on a server?

I am working on an online web-app that incorporates LaTeX document generation. Currently, as a beginner to LaTeX (but the most experienced developer in my team), I am trying to determine the most ...