ivantishchenko
ivantishchenko
Thank you for your reply @sammycage The requirement is to load a PNG using stb image into an RGBA bitmap and then draw every pixel of this bitmap on a...
@sewenew > Thanks for your suggestion! I'll try to add built-in support for Redis Function. Do you have any updates on this? 🙈
@LebedevRI @dmah42 What I was trying is Iterations(num_frames) and Repetitions(1). I want something like this: ```cpp VideoObject v; for (_ : state) { v.decodeFrame(); } ``` so this will be...
@dmah42 > per iteration metrics just isn't feasible due to the extremely large number of iterations we'd need to hold in memory over a run. I am not sure I...
> we can track min/max per iteration with little overhead if that's all we need, without having to invent something for per-iteration metrics more broadly. It's really enough for the...
@sammycage > Lemme update plutovg first Do you have any updates on this? Are there any divergences between 3rdparty/plutovg and the actual plutovg repo? As I understand 3rdparty/plutovg is a...
Seems like the issues is a special case of #55