We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's memory leaks when using custom fonts with huge data. I can disable fontLayoutCache but the performance is 3x slower.
fontLayoutCache
I think we should use lru instead of simple object here
//TODO:
The text was updated successfully, but these errors were encountered:
Can you provide a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Description of the problem
There's memory leaks when using custom fonts with huge data. I can disable
fontLayoutCache
but the performance is 3x slower.I think we should use lru instead of simple object here
Code sample
//TODO:
Your environment
The text was updated successfully, but these errors were encountered: