-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: 1. Performance: - Reimplement some internals of the packing algorithm to avoid consuming the string pool in documents with many trees. (We're about 10\% slower now, but (depending on the document) the memory usage can drop up to five times!) 2. Bugfixes: - Fix aggregate function `count`. - Provide a workaround for a PGF bug: for coordinate-shaped nodes, `\positionnodelater` provides dimensions with `pt` in a wrong catcode, so `max y` and friends did not work for such nodes.
- Loading branch information
1 parent
2a7e389
commit ac0bd11
Showing
4 changed files
with
209 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.