Anton Firszov

Results 168 comments of Anton Firszov
trafficstars

### Report 2023/04/25 There are massive build failures #84800 and #85338 polluting the logs, it would be better to produce a report when at least one of those issues is...

> One doesn't lose any "type safety" with this Actually it might have been introduced for that reason only, @Sergio0694 do you remember the details? If this is the case...

@DualBrain note that if you are willing to create a small layer in C# in your app, this is really trivial to workaround.

> The lack of static virtuals in interfaces support in VB kills any attempts to mitigate this issue stone dead Ah yeah. Then time to close it I guess.

I don't remember what I meant exactly, but most likely I was recommending to enable `BlendFunction` to work with the `TPixel` and `TPixelSrc` spans directly instead of forcing it to...

The reason why we are chasing this is to make Drawing fast. It's actually more important to get it done first :) I don't think integer blending is critical for...

Yeah, naively I thought that we can squeeze out much more from integers, but feels like #2340 is more worthy to chase now, there is good potential to reach better...

We don't do, but IMO we should. 32bit is still relevant and memory + runtime behavior is different there. Runtime deviations between 32bit and 64bit are less common these days,...

From OP: > My local test of an image save takes 16ms, but in VM takes 1,000ms to 10,000ms (depending on size, 10 seconds with ~2MB jpg) I don't think...