While developing some package I end up with a dilemma:
- either a small number of TeX groups but many scratch variables
- or a small number of scratch variables but many TeX groups
I have the impression that solution 1 is much more frequent that solution 2. But during development, I find solution 2 much stronger.
On first thoughts, using TeX groups may have a higher computational cost, but how much? Are there some other criteria to choose between 1 or 2?
{\setmathfont{...}}when usingunicode-mathdue to the enourmous number of local definitions. – Henri Menke May 03 '22 at 08:31