Poor performance on Linux #3438
Replies: 1 comment 1 reply
|
Hi @StefanKoell, It looks like you are hitting two distinct known issues—one related to a performance regression in Here is a breakdown of the current status and workarounds for both: 1. Performance Issues (Fonts/Text) in Svg.SkiaThe Issue:
Workaround: 2. Linux ARM64 Blocker (
|
Uh oh!
There was an error while loading. Please reload this page.
Coming from Avalonia and using SVG to render stuff in my app, I noticed that there some significant performance issues related to fonts and text due to the lack of caching.
See also this issue: wieslawsoltes/Svg.Skia#458
And this PR which tries to fix some of the issues on the Svg.Skia level: wieslawsoltes/Svg.Skia#461
Another blocker for Linux on ARM64 is this almost a year old issue which hasn't been adressed:
#3272
Both issues are quite out of my comfort zone and was wondering what can be done or who to ask to address these issues?
All reactions