Normally I'd refrain from doing such optimisations, but I am stuck with Overleaf's time limits on a project with a lot of relevant tables.
Are there some possibilities to make tabularray's tblr and longtblr environments faster?
Are there some constructions that make those environments particularly slow and that are better avoided?
Creating the tables once as graphics to be included is not really an option because the contents of the tables may change while the document is revised.
tabularraytoo. None of my tables have more than 6 or 7 rows and columns, but there are quite a few of these, resulting in a build time of well over 2 minutes (and frequent things going wrong with @writefile that simply seem to be caused by the amount of time it is taking to build). I've no choice but to revert totabularas it is becoming unworkable. – rbrignall Apr 12 '22 at 15:27\includegraphicsso you can do each table as a separate run and apply the overleaf time limit to each table separately not to all of them in one run. (but tabularray is very slow and even a reasonably small table might run out of time – David Carlisle Sep 26 '23 at 16:20tabularraywill receive further optimisation in the future. – Toivo Säwén Sep 26 '23 at 17:01