-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fonts have a severe impact on build times #22
Comments
I also get frustrated when building https://github.com/tinygo-org/tinyfont/blob/master/examples/pybadge/main.go on my windows laptop. It might be better to use tinyfontgen on dev branch to create your own fonts. |
source: c5a301b ubuntu 20.04
windows 10 (git-bash)
|
TinyGo caches things a lot better these days. Also compiler is faster overall than it was. Can we close this issue now in favor of new ones as needed? |
I vote for closing inactive issues, we could take a look at this : And close them by being inactive for X months (instead of days as proposed in the link). |
I imagine this is more of a compiler issue (?), but I think it is worth noting here.
It is frustrating that including TinyFonts increases build times by 10x or more.
A partial workaround is to copy the desired font into your project, but it generally means renaming packages to make it work. (Maybe TinyGo 0.14 helps, now that it has module support.)
The text was updated successfully, but these errors were encountered: