Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move construction of kerning and mark structures to feed to fea-rs into separate jobs that can run in parallel #567

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

rsheeter
Copy link
Contributor

@rsheeter rsheeter commented Nov 11, 2023

Build a structure that converts easily into a fea-rs structure because we are not able to build multiple partial delta sets and combine so we can't get var indices.

#571 may help with letting us build fea-rs structures without the intermediary.

hyperfine does not report a clear speedup. Emit timing suggests we create the potential for it but fail to exploit; lots of whitespace (idle) and seemingly delayed starts for the critical path. I need to take a detour to emojitown and then I can poke at that.

image

Pleasingly between not generating text to parse and splitting up the work fea is now not so dramatically the single long pole for Oswald (remember #456). Also nice to see fe kern, be marks, and hvar all run at once.

@rsheeter rsheeter force-pushed the threads branch 3 times, most recently from 43e8c0d to 9ea4457 Compare November 14, 2023 19:18
Base automatically changed from threads to main November 14, 2023 19:22
@rsheeter rsheeter force-pushed the t2 branch 4 times, most recently from f9a86af to d462992 Compare November 15, 2023 02:23
@rsheeter rsheeter changed the title [WIP] Move construction of kerning structures to feed to fea-rs into their own job Move construction of kerning and mark structures to feed to fea-rs into separate jobs that can run in parallel Nov 15, 2023
@rsheeter rsheeter marked this pull request as ready for review November 15, 2023 03:09
@rsheeter rsheeter added this pull request to the merge queue Nov 16, 2023
Merged via the queue into main with commit 9d326d3 Nov 16, 2023
@rsheeter rsheeter deleted the t2 branch November 16, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants