MichalJan008
MichalJan008
Performance drop seems to be dependant of the bitmap size. For me, instead of getting c.a. 50 fps, Now I get c.a. 10, or even less - when working with...
2.80.4 (fast) https://youtu.be/ZN3ki_IpPUg 2.88.0 (slow) https://youtu.be/jNvGh4R19cA
@mattleibow Hi, please find attached a small piece of code reproducing the issue. [PerfTestSkiaSharp.cs.zip](https://github.com/mono/SkiaSharp/files/9329416/PerfTestSkiaSharp.cs.zip) To use the code simply call the public method like in the following code snippet: ```...
I've applied the hint (to let the bitmap know that it is immutable). Now, the performance is stunningly great. (c.a. 3x faster compared to previously considered fast, version 2.80.4) The...