SKMatrix vs Matrix performance

hi all,

SKIA has this optimized 2d transformation matrix called “SKMatrix”. Is there any way to leverage the performance savings when working on larger SKIA scenes? I did not find any nodes allowing the transformation of skia objects using this matrix, and when I convert back to float4x4, it is roughly the same speed as the normal one.

I just need 2D scale, rotate and transform.

image