-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[write-fonts] Slight rework of shared point picking
Our first impl had a little wart, where if a given tuple had any points which would be omitted, we would only consider the sparse representation when choosing a set of packed points to share, which was suboptimal. The solution involves fully building and measuring the tuple at construction time, and deciding which repr is best then.
- Loading branch information
Showing
1 changed file
with
171 additions
and
76 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